#5E959D

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

Shades of Cadet Blue #5E959D

Tints of Cadet Blue #5E959D

Color information

#5E959D (or 0x5E959D) is unknown color: approx Cadet Blue. HEX triplet: 5E, 95 and 9D. RGB value is (94,149,157). Sum of RGB (Red+Green+Blue) = 94+149+157=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E959D is #A16A62. Grayscale: #858585. Windows color (decimal): -10578531 or 10327390. OLE color: 10327390.

HSL color Cylindrical-coordinate representation of color #5E959D: hue angle of 187.62º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E959D is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB94149157-
CMYK0.400.0500.38
HSL187.62º25.1%49.22%-
HSV(B)187.62º40.13%61.57%-
XYZ21.4526.3135.85-
YUV133.47141.2899.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.5%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=23.5%
G=37.25%
B=39.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941491570.400.0500.38187.6225.149.22
Hex5E959D285026bc1931
Octal1362252355050462743161
Binary1011110100101011001110110100010101001101011110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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