#5E9599

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

Shades of Cadet Blue #5E9599

Tints of Cadet Blue #5E9599

Color information

#5E9599 (or 0x5E9599) is unknown color: approx Cadet Blue. HEX triplet: 5E, 95 and 99. RGB value is (94,149,153). Sum of RGB (Red+Green+Blue) = 94+149+153=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E9599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9599 is #A16A66. Grayscale: #848484. Windows color (decimal): -10578535 or 10065246. OLE color: 10065246.

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

Color convert

RGB94149153-
CMYK0.390.0300.4
HSL184.07º23.89%48.43%-
HSV(B)184.07º38.56%60%-
XYZ21.1126.1734.08-
YUV133.01139.28100.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.74%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 153 (60.16% from 255) = 38.64%
R=23.74%
G=37.63%
B=38.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal941491530.390.0300.4184.0723.8948.43
Hex5E9599273028b81830
Octal1362252314730502703060
Binary101111010010101100110011001111101010001011100011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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