#5F9891

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

Shades of Cadet Blue #5F9891

Tints of Cadet Blue #5F9891

Color information

#5F9891 (or 0x5F9891) is unknown color: approx Cadet Blue. HEX triplet: 5F, 98 and 91. RGB value is (95,152,145). Sum of RGB (Red+Green+Blue) = 95+152+145=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #5F9891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9891 is #A0676E. Grayscale: #868686. Windows color (decimal): -10512239 or 9541727. OLE color: 9541727.

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

Color convert

RGB95152145-
CMYK0.3800.050.40
HSL172.63º23.08%48.43%-
HSV(B)172.63º37.5%59.61%-
XYZ21.0626.9330.88-
YUV134.16134.12100.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.23%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 145 (57.03% from 255) = 36.99%
R=24.23%
G=38.78%
B=36.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal951521450.3800.050.40172.6323.0848.43
Hex5F9891260528ad1730
Octal1372302214605502552760
Binary1011111100110001001000110011001011010001010110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,152,145); }

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

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

 a { background-color: rgb(95,152,145); }

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

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

 span { border-color: rgb(95,152,145); }

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