Html Css Color HEX #5E9599 Cadet Blue

📋 copy color: '#5E9599'

red 94 ◦ green 149 ◦ blue 153

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

Shades of Cadet Blue #5E9599

Tints of Cadet Blue #5E9599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.63%

 BLUE value IS 153 (60.16% from 255) = 38.64%

R = 23.74%
G = 37.63%
B = 38.64%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5E9599 (or 0x5E9599) is known color: Cadet Blue. HEX triplet: 5E, 95 and 99. RGB value is (94,149,153). Sum of RGB (Red+Green+Blue) = 94+149+153=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E9599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9599 is #A16A66. Grayscale: #848484. Windows color (decimal): -10578535 or 10065246. OLE color: 10065246.

HSL color Cylindrical-coordinate representation of color #5E9599: hue angle of 184.07º 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 #5E9599 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 94 149 153 -
CMYK 0.39 0.03 0 0.4
HSL 184.07º 0.24% 0.48% -
HSV(B) 184.07º 0.39% 0.6% -
XYZ 21.11 26.17 34.08 -
YUV 133.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 94 149 153 0.39 0.03 0 0.4 184.07 0.24 0.48
Hex 5E 95 99 27 3 0 28 B8 18 30
Octal 136 225 231 47 3 0 50 270 30 60
Binary 1011110 10010101 10011001 100111 11 0 101000 10111000 11000 110000

Color Harmonies of #5E9599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9599

Black with #5E9599

Text Example


Text Example

White with #5E9599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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