#5F959F

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

Shades of Cadet Blue #5F959F

Tints of Cadet Blue #5F959F

Color information

#5F959F (or 0x5F959F) is unknown color: approx Cadet Blue. HEX triplet: 5F, 95 and 9F. RGB value is (95,149,159). Sum of RGB (Red+Green+Blue) = 95+149+159=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F959F is #A06A60. Grayscale: #858585. Windows color (decimal): -10512993 or 10458463. OLE color: 10458463.

HSL color Cylindrical-coordinate representation of color #5F959F: hue angle of 189.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F959F is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB95149159-
CMYK0.400.0600.38
HSL189.38º25.2%49.8%-
HSV(B)189.38º40.25%62.35%-
XYZ21.7226.4336.76-
YUV133.99142.11100.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.57%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 159 (62.5% from 255) = 39.45%
R=23.57%
G=36.97%
B=39.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951491590.400.0600.38189.3825.249.8
Hex5F959F286026bd1932
Octal1372252375060462753162
Binary1011111100101011001111110100011001001101011110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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