Html Css Color HEX #5E7477 Blue Bayoux

📋 copy color: '#5E7477'

red 94 ◦ green 116 ◦ blue 119

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

Shades of Blue Bayoux #5E7477

Tints of Blue Bayoux #5E7477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

 BLUE value IS 119 (46.88% from 255) = 36.17%

R = 28.57%
G = 35.26%
B = 36.17%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E7477 (or 0x5E7477) is known color: Blue Bayoux. HEX triplet: 5E, 74 and 77. RGB value is (94,116,119). Sum of RGB (Red+Green+Blue) = 94+116+119=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E7477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7477 is #A18B88. Grayscale: #6D6D6D. Windows color (decimal): -10587017 or 7828574. OLE color: 7828574.

HSL color Cylindrical-coordinate representation of color #5E7477: hue angle of 187.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E7477 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 116 119 -
CMYK 0.21 0.03 0 0.53
HSL 187.2º 0.12% 0.42% -
HSV(B) 187.2º 0.21% 0.47% -
XYZ 14.19 16.2 19.83 -
YUV 109.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 94 116 119 0.21 0.03 0 0.53 187.2 0.12 0.42
Hex 5E 74 77 15 3 0 35 BB C 2A
Octal 136 164 167 25 3 0 65 273 14 52
Binary 1011110 1110100 1110111 10101 11 0 110101 10111011 1100 101010

Color Harmonies of #5E7477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7477

Black with #5E7477

Text Example


Text Example

White with #5E7477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,116,119); }

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

background-color css

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

 a { background-color: rgb(94,116,119); }

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

border-color css

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

 span { border-color: rgb(94,116,119); }

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