#5996A4

Color #5996A4 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #5996A4

Tints of Cadet Blue #5996A4

Color information

#5996A4 (or 0x5996A4) is unknown color: approx Cadet Blue. HEX triplet: 59, 96 and A4. RGB value is (89,150,164). Sum of RGB (Red+Green+Blue) = 89+150+164=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 164 - color contains mainly: blue. Hex color #5996A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5996A4 is #A6695B. Grayscale: #858585. Windows color (decimal): -10905948 or 10786393. OLE color: 10786393.

HSL color Cylindrical-coordinate representation of color #5996A4: hue angle of 191.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5996A4 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB89150164-
CMYK0.460.0900.36
HSL191.2º29.64%49.61%-
HSV(B)191.2º45.73%64.31%-
XYZ21.7326.6239.11-
YUV133.36145.2996.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.08%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 164 (64.45% from 255) = 40.69%
R=22.08%
G=37.22%
B=40.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891501640.460.0900.36191.229.6449.61
Hex5996A42E9024bf1e32
Octal13122624456110442773662
Binary10110011001011010100100101110100101001001011111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5996A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5996A4; }

 p { color: rgb(89,150,164); }

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

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

 a { background-color: rgb(89,150,164); }

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

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

 span { border-color: rgb(89,150,164); }

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