#453F59

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

Shades of Grape #453F59

Tints of Grape #453F59

Color information

#453F59 (or 0x453F59) is unknown color: approx Grape. HEX triplet: 45, 3F and 59. RGB value is (69,63,89). Sum of RGB (Red+Green+Blue) = 69+63+89=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #453F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453F59 is #BAC0A6. Grayscale: #434343. Windows color (decimal): -12239015 or 5848901. OLE color: 5848901.

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

Color convert

RGB696389-
CMYK0.220.2900.65
HSL253.85º17.11%29.8%-
HSV(B)253.85º29.21%34.9%-
XYZ6.035.5410.2-
YUV67.76139.99128.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 63 (25% from 255) = 28.51%
BLUE value IS 89 (35.16% from 255) = 40.27%
R=31.22%
G=28.51%
B=40.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6963890.220.2900.65253.8517.1129.8
Hex453F59161D041fe111e
Octal10577131263501013762136
Binary10001011111111011001101101110101000001111111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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