#5F9DAA

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

Shades of Cadet Blue #5F9DAA

Tints of Cadet Blue #5F9DAA

Color information

#5F9DAA (or 0x5F9DAA) is unknown color: approx Cadet Blue. HEX triplet: 5F, 9D and AA. RGB value is (95,157,170). Sum of RGB (Red+Green+Blue) = 95+157+170=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F9DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9DAA is #A06255. Grayscale: #8B8B8B. Windows color (decimal): -10510934 or 11181407. OLE color: 11181407.

HSL color Cylindrical-coordinate representation of color #5F9DAA: hue angle of 190.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F9DAA is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB95157170-
CMYK0.440.0800.33
HSL190.4º30.61%51.96%-
HSV(B)190.4º44.12%66.67%-
XYZ24.0329.4542.45-
YUV139.94144.9695.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.51%
GREEN value IS 157 (61.72% from 255) = 37.20%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=22.51%
G=37.20%
B=40.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951571700.440.0800.33190.430.6151.96
Hex5F9DAA2C8021be1f34
Octal13723525254100412763764
Binary10111111001110110101010101100100001000011011111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F9DAA; }

 p { color: rgb(95,157,170); }

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

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

 a { background-color: rgb(95,157,170); }

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

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

 span { border-color: rgb(95,157,170); }

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