Html Css Color HEX #5E9EAA Cadet Blue

📋 copy color: '#5E9EAA'

red 94 ◦ green 158 ◦ blue 170

#5E9EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #5E9EAA

Tints of Cadet Blue #5E9EAA

RGB

 RED value IS 94 (37.11% from 255) = 22.27%

 GREEN value IS 158 (62.11% from 255) = 37.44%

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 22.27%
G = 37.44%
B = 40.28%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E9EAA (or 0x5E9EAA) is known color: Cadet Blue. HEX triplet: 5E, 9E and AA. RGB value is (94,158,170). Sum of RGB (Red+Green+Blue) = 94+158+170=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E9EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9EAA is #A16155. Grayscale: #8C8C8C. Windows color (decimal): -10576214 or 11181662. OLE color: 11181662.

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

Color convert

RGB 94 158 170 -
CMYK 0.45 0.07 0 0.33
HSL 189.47º 0.31% 0.52% -
HSV(B) 189.47º 0.45% 0.67% -
XYZ 24.1 29.74 42.5 -
YUV 140.23 144.8 95.02 -
System Red Green Blue C M Y K H S L
Decimal 94 158 170 0.45 0.07 0 0.33 189.47 0.31 0.52
Hex 5E 9E AA 2D 7 0 21 BD 1F 34
Octal 136 236 252 55 7 0 41 275 37 64
Binary 1011110 10011110 10101010 101101 111 0 100001 10111101 11111 110100

Color Harmonies of #5E9EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9EAA

Black with #5E9EAA

Text Example


Text Example

White with #5E9EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E9EAA;
 }
 .AnyTagClassName
 {
   color: #5E9EAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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