Html Css Color HEX #57717B Blue Bayoux

📋 copy color: '#57717B'

red 87 ◦ green 113 ◦ blue 123

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

Shades of Blue Bayoux #57717B

Tints of Blue Bayoux #57717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.08%

R = 26.93%
G = 34.98%
B = 38.08%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#57717B (or 0x57717B) is known color: Blue Bayoux. HEX triplet: 57, 71 and 7B. RGB value is (87,113,123). Sum of RGB (Red+Green+Blue) = 87+113+123=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 123 - color contains mainly: blue. Hex color #57717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57717B is #A88E84. Grayscale: #6A6A6A. Windows color (decimal): -11046533 or 8089943. OLE color: 8089943.

HSL color Cylindrical-coordinate representation of color #57717B: hue angle of 196.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57717B is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 113 123 -
CMYK 0.29 0.08 0 0.52
HSL 196.67º 0.17% 0.41% -
HSV(B) 196.67º 0.29% 0.48% -
XYZ 13.41 15.27 20.98 -
YUV 106.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 87 113 123 0.29 0.08 0 0.52 196.67 0.17 0.41
Hex 57 71 7B 1D 8 0 34 C5 11 29
Octal 127 161 173 35 10 0 64 305 21 51
Binary 1010111 1110001 1111011 11101 1000 0 110100 11000101 10001 101001

Color Harmonies of #57717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57717B

Black with #57717B

Text Example


Text Example

White with #57717B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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