#5F969A

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

Shades of Cadet Blue #5F969A

Tints of Cadet Blue #5F969A

Color information

#5F969A (or 0x5F969A) is unknown color: approx Cadet Blue. HEX triplet: 5F, 96 and 9A. RGB value is (95,150,154). Sum of RGB (Red+Green+Blue) = 95+150+154=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F969A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F969A is #A06965. Grayscale: #858585. Windows color (decimal): -10512742 or 10131039. OLE color: 10131039.

HSL color Cylindrical-coordinate representation of color #5F969A: hue angle of 184.07º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F969A is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB95150154-
CMYK0.380.0300.40
HSL184.07º23.69%48.82%-
HSV(B)184.07º38.31%60.39%-
XYZ21.4626.5834.57-
YUV134.01139.28100.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.81%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=23.81%
G=37.59%
B=38.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal951501540.380.0300.40184.0723.6948.82
Hex5F969A263028b81831
Octal1372262324630502703061
Binary101111110010110100110101001101101010001011100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,150,154); }

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

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

 a { background-color: rgb(95,150,154); }

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

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

 span { border-color: rgb(95,150,154); }

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