Html Css Color HEX #5E7779 Blue Bayoux

📋 copy color: '#5E7779'

red 94 ◦ green 119 ◦ blue 121

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

Shades of Blue Bayoux #5E7779

Tints of Blue Bayoux #5E7779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

 BLUE value IS 121 (47.66% from 255) = 36.23%

R = 28.14%
G = 35.63%
B = 36.23%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E7779 (or 0x5E7779) is known color: Blue Bayoux. HEX triplet: 5E, 77 and 79. RGB value is (94,119,121). Sum of RGB (Red+Green+Blue) = 94+119+121=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E7779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7779 is #A18886. Grayscale: #6F6F6F. Windows color (decimal): -10586247 or 7960414. OLE color: 7960414.

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

Color convert

RGB 94 119 121 -
CMYK 0.22 0.02 0 0.53
HSL 184.44º 0.13% 0.42% -
HSV(B) 184.44º 0.22% 0.47% -
XYZ 14.66 16.95 20.59 -
YUV 111.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 94 119 121 0.22 0.02 0 0.53 184.44 0.13 0.42
Hex 5E 77 79 16 2 0 35 B8 D 2A
Octal 136 167 171 26 2 0 65 270 15 52
Binary 1011110 1110111 1111001 10110 10 0 110101 10111000 1101 101010

Color Harmonies of #5E7779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7779

Black with #5E7779

Text Example


Text Example

White with #5E7779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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