#5D9F99

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

Shades of Cadet Blue #5D9F99

Tints of Cadet Blue #5D9F99

Color information

#5D9F99 (or 0x5D9F99) is unknown color: approx Cadet Blue. HEX triplet: 5D, 9F and 99. RGB value is (93,159,153). Sum of RGB (Red+Green+Blue) = 93+159+153=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 159 - color contains mainly: green. Hex color #5D9F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9F99 is #A26066. Grayscale: #8A8A8A. Windows color (decimal): -10641511 or 10067805. OLE color: 10067805.

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

Color convert

RGB93159153-
CMYK0.4200.040.38
HSL174.55º26.19%49.41%-
HSV(B)174.55º41.51%62.35%-
XYZ22.6629.4234.62-
YUV138.58136.1395.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.96%
GREEN value IS 159 (62.5% from 255) = 39.26%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=22.96%
G=39.26%
B=37.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal931591530.4200.040.38174.5526.1949.41
Hex5D9F992A0426af1a31
Octal1352372315204462573261
Binary1011101100111111001100110101001001001101010111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,159,153); }

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

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

 a { background-color: rgb(93,159,153); }

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

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

 span { border-color: rgb(93,159,153); }

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