Html Css Color HEX #57717D Blue Bayoux

📋 copy color: '#57717D'

red 87 ◦ green 113 ◦ blue 125

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

Shades of Blue Bayoux #57717D

Tints of Blue Bayoux #57717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.77%

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

R = 26.77%
G = 34.77%
B = 38.46%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57717D (or 0x57717D) is known color: Blue Bayoux. HEX triplet: 57, 71 and 7D. RGB value is (87,113,125). Sum of RGB (Red+Green+Blue) = 87+113+125=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #57717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57717D is #A88E82. Grayscale: #6A6A6A. Windows color (decimal): -11046531 or 8221015. OLE color: 8221015.

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

Color convert

RGB 87 113 125 -
CMYK 0.30 0.10 0 0.51
HSL 198.95º 0.18% 0.42% -
HSV(B) 198.95º 0.3% 0.49% -
XYZ 13.54 15.32 21.65 -
YUV 106.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 87 113 125 0.30 0.10 0 0.51 198.95 0.18 0.42
Hex 57 71 7D 1E A 0 33 C7 12 2A
Octal 127 161 175 36 12 0 63 307 22 52
Binary 1010111 1110001 1111101 11110 1010 0 110011 11000111 10010 101010

Color Harmonies of #57717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57717D

Black with #57717D

Text Example


Text Example

White with #57717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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