Html Css Color HEX #5E777C Blue Bayoux

📋 copy color: '#5E777C'

red 94 ◦ green 119 ◦ blue 124

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

Shades of Blue Bayoux #5E777C

Tints of Blue Bayoux #5E777C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 27.89%
G = 35.31%
B = 36.8%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E777C (or 0x5E777C) is known color: Blue Bayoux. HEX triplet: 5E, 77 and 7C. RGB value is (94,119,124). Sum of RGB (Red+Green+Blue) = 94+119+124=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E777C is #A18883. Grayscale: #707070. Windows color (decimal): -10586244 or 8157022. OLE color: 8157022.

HSL color Cylindrical-coordinate representation of color #5E777C: hue angle of 190º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E777C is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 119 124 -
CMYK 0.24 0.04 0 0.51
HSL 190º 0.14% 0.43% -
HSV(B) 190º 0.24% 0.49% -
XYZ 14.85 17.03 21.57 -
YUV 112.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 94 119 124 0.24 0.04 0 0.51 190 0.14 0.43
Hex 5E 77 7C 18 4 0 33 BE E 2B
Octal 136 167 174 30 4 0 63 276 16 53
Binary 1011110 1110111 1111100 11000 100 0 110011 10111110 1110 101011

Color Harmonies of #5E777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E777C

Black with #5E777C

Text Example


Text Example

White with #5E777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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