#453A59

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

Shades of Jacarta #453A59

Tints of Jacarta #453A59

Color information

#453A59 (or 0x453A59) is unknown color: approx Jacarta. HEX triplet: 45, 3A and 59. RGB value is (69,58,89). Sum of RGB (Red+Green+Blue) = 69+58+89=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #453A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A59 is #BAC5A6. Grayscale: #404040. Windows color (decimal): -12240295 or 5847621. OLE color: 5847621.

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

Color convert

RGB695889-
CMYK0.220.3500.65
HSL261.29º21.09%28.82%-
HSV(B)261.29º34.83%34.9%-
XYZ5.775.0110.11-
YUV64.82141.64130.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.94%
GREEN value IS 58 (23.05% from 255) = 26.85%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=31.94%
G=26.85%
B=41.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6958890.220.3500.65261.2921.0928.82
Hex453A591623041105151d
Octal10572131264301014052535
Binary1000101111010101100110110100011010000011000001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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