#453559

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

Shades of Jacarta #453559

Tints of Jacarta #453559

Color information

#453559 (or 0x453559) is unknown color: approx Jacarta. HEX triplet: 45, 35 and 59. RGB value is (69,53,89). Sum of RGB (Red+Green+Blue) = 69+53+89=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #453559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453559 is #BACAA6. Grayscale: #3D3D3D. Windows color (decimal): -12241575 or 5846341. OLE color: 5846341.

HSL color Cylindrical-coordinate representation of color #453559: hue angle of 266.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #453559 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB695389-
CMYK0.220.4000.65
HSL266.67º25.35%27.84%-
HSV(B)266.67º40.45%34.9%-
XYZ5.534.5310.03-
YUV61.89143.3133.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.70%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=32.70%
G=25.12%
B=42.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6953890.220.4000.65266.6725.3527.84
Hex453559162804110b191c
Octal10565131265001014133134
Binary1000101110101101100110110101000010000011000010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453559; }

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

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

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

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

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

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

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

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