#453B54

Color #453B54 Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #453B54

Tints of Grape #453B54

Color information

#453B54 (or 0x453B54) is unknown color: approx Grape. HEX triplet: 45, 3B and 54. RGB value is (69,59,84). Sum of RGB (Red+Green+Blue) = 69+59+84=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #453B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B54 is #BAC4AB. Grayscale: #404040. Windows color (decimal): -12240044 or 5520197. OLE color: 5520197.

HSL color Cylindrical-coordinate representation of color #453B54: hue angle of 264º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #453B54 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB695984-
CMYK0.180.3000.67
HSL264º17.48%28.04%-
HSV(B)264º29.76%32.94%-
XYZ5.625.039.06-
YUV64.84138.81130.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 32.55%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=32.55%
G=27.83%
B=39.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6959840.180.3000.6726417.4828.04
Hex453B54121E043108111c
Octal10573124223601034102134
Binary100010111101110101001001011110010000111000010001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453B54; }

 p { color: rgb(69,59,84); }

 H1.HeaderClassName
 {
   color: #453B54;
 }
 .AnyTagClassName
 {
   color: #453B54;
 }
</style>
background-color css

<style>
 a { background-color: #453B54; }

 a { background-color: rgb(69,59,84); }

 div.DivClassName
 {
   background-color: #453B54;
 }
 .BgClassName
 {
   background-color: #453B54;
 }
</style>
border-color css

<style>
 span { border-color: #453B54; }

 span { border-color: rgb(69,59,84); }

 td.TdClassName
 {
   border-color: #453B54;
 }
 .TagClassName
 {
   border-color: #453B54;
 }
</style>