Html Css Color HEX #57727E Blue Bayoux

📋 copy color: '#57727E'

red 87 ◦ green 114 ◦ blue 126

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

Shades of Blue Bayoux #57727E

Tints of Blue Bayoux #57727E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 26.61%
G = 34.86%
B = 38.53%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57727E (or 0x57727E) is known color: Blue Bayoux. HEX triplet: 57, 72 and 7E. RGB value is (87,114,126). Sum of RGB (Red+Green+Blue) = 87+114+126=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 126 - color contains mainly: blue. Hex color #57727E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57727E is #A88D81. Grayscale: #6B6B6B. Windows color (decimal): -11046274 or 8286807. OLE color: 8286807.

HSL color Cylindrical-coordinate representation of color #57727E: hue angle of 198.46º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57727E is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 87 114 126 -
CMYK 0.31 0.10 0 0.51
HSL 198.46º 0.18% 0.42% -
HSV(B) 198.46º 0.31% 0.49% -
XYZ 13.71 15.57 22.02 -
YUV 107.3 138.55 113.52 -
System Red Green Blue C M Y K H S L
Decimal 87 114 126 0.31 0.10 0 0.51 198.46 0.18 0.42
Hex 57 72 7E 1F A 0 33 C6 12 2A
Octal 127 162 176 37 12 0 63 306 22 52
Binary 1010111 1110010 1111110 11111 1010 0 110011 11000110 10010 101010

Color Harmonies of #57727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57727E

Black with #57727E

Text Example


Text Example

White with #57727E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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