#5F9EA9

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

Shades of Cadet Blue #5F9EA9

Tints of Cadet Blue #5F9EA9

Color information

#5F9EA9 (or 0x5F9EA9) is unknown color: approx Cadet Blue. HEX triplet: 5F, 9E and A9. RGB value is (95,158,169). Sum of RGB (Red+Green+Blue) = 95+158+169=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 169 - color contains mainly: blue. Hex color #5F9EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9EA9 is #A06156. Grayscale: #8C8C8C. Windows color (decimal): -10510679 or 11116127. OLE color: 11116127.

HSL color Cylindrical-coordinate representation of color #5F9EA9: hue angle of 188.92º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F9EA9 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB95158169-
CMYK0.440.0700.34
HSL188.92º30.08%51.76%-
HSV(B)188.92º43.79%66.27%-
XYZ24.1129.7542.01-
YUV140.42144.1395.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.51%
GREEN value IS 158 (62.11% from 255) = 37.44%
BLUE value IS 169 (66.41% from 255) = 40.05%
R=22.51%
G=37.44%
B=40.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal951581690.440.0700.34188.9230.0851.76
Hex5F9EA92C7022bd1e34
Octal1372362515470422753664
Binary1011111100111101010100110110011101000101011110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,158,169); }

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

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

 a { background-color: rgb(95,158,169); }

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

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

 span { border-color: rgb(95,158,169); }

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