#453D5C

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

Shades of Jacarta #453D5C

Tints of Jacarta #453D5C

Color information

#453D5C (or 0x453D5C) is unknown color: approx Jacarta. HEX triplet: 45, 3D and 5C. RGB value is (69,61,92). Sum of RGB (Red+Green+Blue) = 69+61+92=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #453D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D5C is #BAC2A3. Grayscale: #424242. Windows color (decimal): -12239524 or 6044997. OLE color: 6044997.

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

Color convert

RGB696192-
CMYK0.250.3400.64
HSL255.48º20.26%30%-
HSV(B)255.48º33.7%36.08%-
XYZ6.055.3810.84-
YUV66.93142.15129.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 61 (24.22% from 255) = 27.48%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=31.08%
G=27.48%
B=41.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6961920.250.3400.64255.4820.2630
Hex453D5C1922040ff141e
Octal10575134314201003772436
Binary100010111110110111001100110001001000000111111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,61,92); }

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

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

 a { background-color: rgb(69,61,92); }

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

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

 span { border-color: rgb(69,61,92); }

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