#5F9D97

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

Shades of Cadet Blue #5F9D97

Tints of Cadet Blue #5F9D97

Color information

#5F9D97 (or 0x5F9D97) is unknown color: approx Cadet Blue. HEX triplet: 5F, 9D and 97. RGB value is (95,157,151). Sum of RGB (Red+Green+Blue) = 95+157+151=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 157 - color contains mainly: green. Hex color #5F9D97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9D97 is #A06268. Grayscale: #898989. Windows color (decimal): -10510953 or 9936223. OLE color: 9936223.

HSL color Cylindrical-coordinate representation of color #5F9D97: hue angle of 174.19º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F9D97 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB95157151-
CMYK0.3900.040.38
HSL174.19º24.6%49.41%-
HSV(B)174.19º39.49%61.57%-
XYZ22.3628.7833.65-
YUV137.78135.4697.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.57%
GREEN value IS 157 (61.72% from 255) = 38.96%
BLUE value IS 151 (59.38% from 255) = 37.47%
R=23.57%
G=38.96%
B=37.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951571510.3900.040.38174.1924.649.41
Hex5F9D97270426ae1931
Octal1372352274704462563161
Binary1011111100111011001011110011101001001101010111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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