Html Css Color HEX #57747D Blue Bayoux

📋 copy color: '#57747D'

red 87 ◦ green 116 ◦ blue 125

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

Shades of Blue Bayoux #57747D

Tints of Blue Bayoux #57747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.37%

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

R = 26.52%
G = 35.37%
B = 38.11%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57747D (or 0x57747D) is known color: Blue Bayoux. HEX triplet: 57, 74 and 7D. RGB value is (87,116,125). Sum of RGB (Red+Green+Blue) = 87+116+125=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #57747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57747D is #A88B82. Grayscale: #6C6C6C. Windows color (decimal): -11045763 or 8221783. OLE color: 8221783.

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

Color convert

RGB 87 116 125 -
CMYK 0.30 0.07 0 0.51
HSL 194.21º 0.18% 0.42% -
HSV(B) 194.21º 0.3% 0.49% -
XYZ 13.88 16 21.76 -
YUV 108.36 137.39 112.77 -
System Red Green Blue C M Y K H S L
Decimal 87 116 125 0.30 0.07 0 0.51 194.21 0.18 0.42
Hex 57 74 7D 1E 7 0 33 C2 12 2A
Octal 127 164 175 36 7 0 63 302 22 52
Binary 1010111 1110100 1111101 11110 111 0 110011 11000010 10010 101010

Color Harmonies of #57747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57747D

Black with #57747D

Text Example


Text Example

White with #57747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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