Html Css Color HEX #57777C Blue Bayoux

📋 copy color: '#57777C'

red 87 ◦ green 119 ◦ blue 124

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

Shades of Blue Bayoux #57777C

Tints of Blue Bayoux #57777C

RGB

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

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

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

R = 26.36%
G = 36.06%
B = 37.58%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57777C (or 0x57777C) is known color: Blue Bayoux. HEX triplet: 57, 77 and 7C. RGB value is (87,119,124). Sum of RGB (Red+Green+Blue) = 87+119+124=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #57777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57777C is #A88883. Grayscale: #6D6D6D. Windows color (decimal): -11044996 or 8157015. OLE color: 8157015.

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

Color convert

RGB 87 119 124 -
CMYK 0.30 0.04 0 0.51
HSL 188.11º 0.18% 0.41% -
HSV(B) 188.11º 0.3% 0.49% -
XYZ 14.17 16.68 21.54 -
YUV 110 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 87 119 124 0.30 0.04 0 0.51 188.11 0.18 0.41
Hex 57 77 7C 1E 4 0 33 BC 12 29
Octal 127 167 174 36 4 0 63 274 22 51
Binary 1010111 1110111 1111100 11110 100 0 110011 10111100 10010 101001

Color Harmonies of #57777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57777C

Black with #57777C

Text Example


Text Example

White with #57777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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