Html Css Color HEX #5E979B Cadet Blue

📋 copy color: '#5E979B'

red 94 ◦ green 151 ◦ blue 155

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

Shades of Cadet Blue #5E979B

Tints of Cadet Blue #5E979B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.75%

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 23.5%
G = 37.75%
B = 38.75%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E979B (or 0x5E979B) is known color: Cadet Blue. HEX triplet: 5E, 97 and 9B. RGB value is (94,151,155). Sum of RGB (Red+Green+Blue) = 94+151+155=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E979B is #A16864. Grayscale: #868686. Windows color (decimal): -10578021 or 10196830. OLE color: 10196830.

HSL color Cylindrical-coordinate representation of color #5E979B: hue angle of 183.93º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E979B is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 151 155 -
CMYK 0.39 0.03 0 0.39
HSL 183.93º 0.24% 0.49% -
HSV(B) 183.93º 0.39% 0.61% -
XYZ 21.6 26.88 35.06 -
YUV 134.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 94 151 155 0.39 0.03 0 0.39 183.93 0.24 0.49
Hex 5E 97 9B 27 3 0 27 B8 18 31
Octal 136 227 233 47 3 0 47 270 30 61
Binary 1011110 10010111 10011011 100111 11 0 100111 10111000 11000 110001

Color Harmonies of #5E979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E979B

Black with #5E979B

Text Example


Text Example

White with #5E979B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,151,155); }

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

background-color css

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

 a { background-color: rgb(94,151,155); }

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

border-color css

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

 span { border-color: rgb(94,151,155); }

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