#453E59

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

Shades of Grape #453E59

Tints of Grape #453E59

Color information

#453E59 (or 0x453E59) is unknown color: approx Grape. HEX triplet: 45, 3E and 59. RGB value is (69,62,89). Sum of RGB (Red+Green+Blue) = 69+62+89=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #453E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453E59 is #BAC1A6. Grayscale: #434343. Windows color (decimal): -12239271 or 5848645. OLE color: 5848645.

HSL color Cylindrical-coordinate representation of color #453E59: hue angle of 255.56º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #453E59 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB696289-
CMYK0.220.3000.65
HSL255.56º17.88%29.61%-
HSV(B)255.56º30.34%34.9%-
XYZ5.985.4310.18-
YUV67.17140.32129.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.36%
GREEN value IS 62 (24.61% from 255) = 28.18%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=31.36%
G=28.18%
B=40.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6962890.220.3000.65255.5617.8829.61
Hex453E59161E041100121e
Octal10576131263601014002236
Binary100010111111010110011011011110010000011000000001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,62,89); }

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

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

 a { background-color: rgb(69,62,89); }

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

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

 span { border-color: rgb(69,62,89); }

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