#453E58

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

Shades of Grape #453E58

Tints of Grape #453E58

Color information

#453E58 (or 0x453E58) is unknown color: approx Grape. HEX triplet: 45, 3E and 58. RGB value is (69,62,88). Sum of RGB (Red+Green+Blue) = 69+62+88=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #453E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453E58 is #BAC1A7. Grayscale: #424242. Windows color (decimal): -12239272 or 5783109. OLE color: 5783109.

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

Color convert

RGB696288-
CMYK0.220.3000.65
HSL256.15º17.33%29.41%-
HSV(B)256.15º29.55%34.51%-
XYZ5.945.429.96-
YUV67.06139.82129.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 62 (24.61% from 255) = 28.31%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=31.51%
G=28.31%
B=40.18%

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
Decimal6962880.220.3000.65256.1517.3329.41
Hex453E58161E041100111d
Octal10576130263601014002135
Binary100010111111010110001011011110010000011000000001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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