#5F9995

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

Shades of Cadet Blue #5F9995

Tints of Cadet Blue #5F9995

Color information

#5F9995 (or 0x5F9995) is unknown color: approx Cadet Blue. HEX triplet: 5F, 99 and 95. RGB value is (95,153,149). Sum of RGB (Red+Green+Blue) = 95+153+149=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9995 is #A0666A. Grayscale: #878787. Windows color (decimal): -10511979 or 9804127. OLE color: 9804127.

HSL color Cylindrical-coordinate representation of color #5F9995: hue angle of 175.86º degrees, saturation: 0.23, 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 #5F9995 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB95153149-
CMYK0.3800.030.4
HSL175.86º23.39%48.63%-
HSV(B)175.86º37.91%60%-
XYZ21.5427.3932.58-
YUV135.2135.7899.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.93%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=23.93%
G=38.54%
B=37.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal951531490.3800.030.4175.8623.3948.63
Hex5F9995260328b01731
Octal1372312254603502602761
Binary101111110011001100101011001100111010001011000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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