#5F9FAA

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

Shades of Cadet Blue #5F9FAA

Tints of Cadet Blue #5F9FAA

Color information

#5F9FAA (or 0x5F9FAA) is unknown color: approx Cadet Blue. HEX triplet: 5F, 9F and AA. RGB value is (95,159,170). Sum of RGB (Red+Green+Blue) = 95+159+170=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F9FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9FAA is #A06055. Grayscale: #8D8D8D. Windows color (decimal): -10510422 or 11181919. OLE color: 11181919.

HSL color Cylindrical-coordinate representation of color #5F9FAA: hue angle of 188.8º 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 #5F9FAA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB95159170-
CMYK0.440.0600.33
HSL188.8º30.61%51.96%-
HSV(B)188.8º44.12%66.67%-
XYZ24.3730.1342.56-
YUV141.12144.395.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.41%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=22.41%
G=37.5%
B=40.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951591700.440.0600.33188.830.6151.96
Hex5F9FAA2C6021bd1f34
Octal1372372525460412753764
Binary1011111100111111010101010110011001000011011110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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