Html Css Color HEX #57727C Blue Bayoux

📋 copy color: '#57727C'

red 87 ◦ green 114 ◦ blue 124

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

Shades of Blue Bayoux #57727C

Tints of Blue Bayoux #57727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

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

R = 26.77%
G = 35.08%
B = 38.15%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57727C (or 0x57727C) is known color: Blue Bayoux. HEX triplet: 57, 72 and 7C. RGB value is (87,114,124). Sum of RGB (Red+Green+Blue) = 87+114+124=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #57727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57727C is #A88D83. Grayscale: #6A6A6A. Windows color (decimal): -11046276 or 8155735. OLE color: 8155735.

HSL color Cylindrical-coordinate representation of color #57727C: hue angle of 196.22º 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 #57727C is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 114 124 -
CMYK 0.30 0.08 0 0.51
HSL 196.22º 0.18% 0.41% -
HSV(B) 196.22º 0.3% 0.49% -
XYZ 13.59 15.52 21.35 -
YUV 107.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 87 114 124 0.30 0.08 0 0.51 196.22 0.18 0.41
Hex 57 72 7C 1E 8 0 33 C4 12 29
Octal 127 162 174 36 10 0 63 304 22 51
Binary 1010111 1110010 1111100 11110 1000 0 110011 11000100 10010 101001

Color Harmonies of #57727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57727C

Black with #57727C

Text Example


Text Example

White with #57727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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