#5E9FAA

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

Shades of Cadet Blue #5E9FAA

Tints of Cadet Blue #5E9FAA

Color information

#5E9FAA (or 0x5E9FAA) is unknown color: approx Cadet Blue. HEX triplet: 5E, 9F and AA. RGB value is (94,159,170). Sum of RGB (Red+Green+Blue) = 94+159+170=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E9FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9FAA is #A16055. Grayscale: #8C8C8C. Windows color (decimal): -10575958 or 11181918. OLE color: 11181918.

HSL color Cylindrical-coordinate representation of color #5E9FAA: hue angle of 188.68º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E9FAA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB94159170-
CMYK0.450.0600.33
HSL188.68º30.89%51.76%-
HSV(B)188.68º44.71%66.67%-
XYZ24.2730.0842.56-
YUV140.82144.4794.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.22%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=22.22%
G=37.59%
B=40.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941591700.450.0600.33188.6830.8951.76
Hex5E9FAA2D6021bd1f34
Octal1362372525560412753764
Binary1011110100111111010101010110111001000011011110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,159,170); }

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

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

 a { background-color: rgb(94,159,170); }

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

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

 span { border-color: rgb(94,159,170); }

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