#5E959B

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

Shades of Cadet Blue #5E959B

Tints of Cadet Blue #5E959B

Color information

#5E959B (or 0x5E959B) is unknown color: approx Cadet Blue. HEX triplet: 5E, 95 and 9B. RGB value is (94,149,155). Sum of RGB (Red+Green+Blue) = 94+149+155=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E959B is #A16A64. Grayscale: #858585. Windows color (decimal): -10578533 or 10196318. OLE color: 10196318.

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

Color convert

RGB94149155-
CMYK0.390.0400.39
HSL185.9º24.5%48.82%-
HSV(B)185.9º39.35%60.78%-
XYZ21.2826.2434.95-
YUV133.24140.28100.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.62%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=23.62%
G=37.44%
B=38.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941491550.390.0400.39185.924.548.82
Hex5E959B274027ba1831
Octal1362252334740472723061
Binary1011110100101011001101110011110001001111011101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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