Html Css Color HEX #5E9FAB Cadet Blue

📋 copy color: '#5E9FAB'

red 94 ◦ green 159 ◦ blue 171

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

Shades of Cadet Blue #5E9FAB

Tints of Cadet Blue #5E9FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.5%

 BLUE value IS 171 (67.19% from 255) = 40.33%

R = 22.17%
G = 37.5%
B = 40.33%

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

#5E9FAB (or 0x5E9FAB) is known color: Cadet Blue. HEX triplet: 5E, 9F and AB. RGB value is (94,159,171). Sum of RGB (Red+Green+Blue) = 94+159+171=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E9FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9FAB is #A16054. Grayscale: #8C8C8C. Windows color (decimal): -10575957 or 11247454. OLE color: 11247454.

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

Color convert

RGB 94 159 171 -
CMYK 0.45 0.07 0 0.33
HSL 189.35º 0.31% 0.52% -
HSV(B) 189.35º 0.45% 0.67% -
XYZ 24.36 30.12 43.06 -
YUV 140.93 144.97 94.52 -
System Red Green Blue C M Y K H S L
Decimal 94 159 171 0.45 0.07 0 0.33 189.35 0.31 0.52
Hex 5E 9F AB 2D 7 0 21 BD 1F 34
Octal 136 237 253 55 7 0 41 275 37 64
Binary 1011110 10011111 10101011 101101 111 0 100001 10111101 11111 110100

Color Harmonies of #5E9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9FAB

Black with #5E9FAB

Text Example


Text Example

White with #5E9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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