#453C5D

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

Shades of Jacarta #453C5D

Tints of Jacarta #453C5D

Color information

#453C5D (or 0x453C5D) is unknown color: approx Jacarta. HEX triplet: 45, 3C and 5D. RGB value is (69,60,93). Sum of RGB (Red+Green+Blue) = 69+60+93=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #453C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C5D is #BAC3A2. Grayscale: #424242. Windows color (decimal): -12239779 or 6110277. OLE color: 6110277.

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

Color convert

RGB696093-
CMYK0.260.3500.64
HSL256.36º21.57%30%-
HSV(B)256.36º35.48%36.47%-
XYZ6.055.2911.06-
YUV66.45142.98129.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 60 (23.83% from 255) = 27.03%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=31.08%
G=27.03%
B=41.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6960930.260.3500.64256.3621.5730
Hex453C5D1A23040100161e
Octal10574135324301004002636
Binary1000101111100101110111010100011010000001000000001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,60,93); }

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

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

 a { background-color: rgb(69,60,93); }

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

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

 span { border-color: rgb(69,60,93); }

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