#5E9CAA

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

Shades of Cadet Blue #5E9CAA

Tints of Cadet Blue #5E9CAA

Color information

#5E9CAA (or 0x5E9CAA) is unknown color: approx Cadet Blue. HEX triplet: 5E, 9C and AA. RGB value is (94,156,170). Sum of RGB (Red+Green+Blue) = 94+156+170=420 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.38% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E9CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9CAA is #A16355. Grayscale: #8A8A8A. Windows color (decimal): -10576726 or 11181150. OLE color: 11181150.

HSL color Cylindrical-coordinate representation of color #5E9CAA: hue angle of 191.05º 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 #5E9CAA is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB94156170-
CMYK0.450.0800.33
HSL191.05º30.89%51.76%-
HSV(B)191.05º44.71%66.67%-
XYZ23.7629.0642.39-
YUV139.06145.4695.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.38%
GREEN value IS 156 (61.33% from 255) = 37.14%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=22.38%
G=37.14%
B=40.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941561700.450.0800.33191.0530.8951.76
Hex5E9CAA2D8021bf1f34
Octal13623425255100412773764
Binary10111101001110010101010101101100001000011011111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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