Html Css Color HEX #57777D Blue Bayoux

📋 copy color: '#57777D'

red 87 ◦ green 119 ◦ blue 125

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

Shades of Blue Bayoux #57777D

Tints of Blue Bayoux #57777D

RGB

 RED value IS 87 (34.38% from 255) = 26.28%

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

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 26.28%
G = 35.95%
B = 37.76%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57777D (or 0x57777D) is known color: Blue Bayoux. HEX triplet: 57, 77 and 7D. RGB value is (87,119,125). Sum of RGB (Red+Green+Blue) = 87+119+125=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 125 - color contains mainly: blue. Hex color #57777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57777D is #A88882. Grayscale: #6E6E6E. Windows color (decimal): -11044995 or 8222551. OLE color: 8222551.

HSL color Cylindrical-coordinate representation of color #57777D: hue angle of 189.47º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57777D is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 119 125 -
CMYK 0.30 0.05 0 0.51
HSL 189.47º 0.18% 0.42% -
HSV(B) 189.47º 0.3% 0.49% -
XYZ 14.23 16.7 21.88 -
YUV 110.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 87 119 125 0.30 0.05 0 0.51 189.47 0.18 0.42
Hex 57 77 7D 1E 5 0 33 BD 12 2A
Octal 127 167 175 36 5 0 63 275 22 52
Binary 1010111 1110111 1111101 11110 101 0 110011 10111101 10010 101010

Color Harmonies of #57777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57777D

Black with #57777D

Text Example


Text Example

White with #57777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57777D; }

 p { color: rgb(87,119,125); }

 H1.HeaderClassName
 {
   color: #57777D;
 }
 .AnyTagClassName
 {
   color: #57777D;
 }
</style>

background-color css

<style>
 a { background-color: #57777D; }

 a { background-color: rgb(87,119,125); }

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

border-color css

<style>
 span { border-color: #57777D; }

 span { border-color: rgb(87,119,125); }

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