Html Css Color HEX #5E9991 Cadet Blue

📋 copy color: '#5E9991'

red 94 ◦ green 153 ◦ blue 145

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

Shades of Cadet Blue #5E9991

Tints of Cadet Blue #5E9991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

 BLUE value IS 145 (57.03% from 255) = 36.99%

R = 23.98%
G = 39.03%
B = 36.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#5E9991 (or 0x5E9991) is known color: Cadet Blue. HEX triplet: 5E, 99 and 91. RGB value is (94,153,145). Sum of RGB (Red+Green+Blue) = 94+153+145=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9991 is #A1666E. Grayscale: #868686. Windows color (decimal): -10577519 or 9541982. OLE color: 9541982.

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

Color convert

RGB 94 153 145 -
CMYK 0.39 0 0.05 0.4
HSL 171.86º 0.24% 0.48% -
HSV(B) 171.86º 0.39% 0.6% -
XYZ 21.12 27.21 30.93 -
YUV 134.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 94 153 145 0.39 0 0.05 0.4 171.86 0.24 0.48
Hex 5E 99 91 27 0 5 28 AC 18 30
Octal 136 231 221 47 0 5 50 254 30 60
Binary 1011110 10011001 10010001 100111 0 101 101000 10101100 11000 110000

Color Harmonies of #5E9991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9991

Black with #5E9991

Text Example


Text Example

White with #5E9991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,153,145); }

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

background-color css

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

 a { background-color: rgb(94,153,145); }

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

border-color css

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

 span { border-color: rgb(94,153,145); }

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