#5E959A

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

Shades of Cadet Blue #5E959A

Tints of Cadet Blue #5E959A

Color information

#5E959A (or 0x5E959A) is unknown color: approx Cadet Blue. HEX triplet: 5E, 95 and 9A. RGB value is (94,149,154). Sum of RGB (Red+Green+Blue) = 94+149+154=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E959A is #A16A65. Grayscale: #858585. Windows color (decimal): -10578534 or 10130782. OLE color: 10130782.

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

Color convert

RGB94149154-
CMYK0.390.0300.40
HSL185º24.19%48.63%-
HSV(B)185º38.96%60.39%-
XYZ21.226.2134.51-
YUV133.12139.78100.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.68%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 154 (60.55% from 255) = 38.79%
R=23.68%
G=37.53%
B=38.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal941491540.390.0300.4018524.1948.63
Hex5E959A273028b91831
Octal1362252324730502713061
Binary101111010010101100110101001111101010001011100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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