Html Css Color HEX #57737C Blue Bayoux

📋 copy color: '#57737C'

red 87 ◦ green 115 ◦ blue 124

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

Shades of Blue Bayoux #57737C

Tints of Blue Bayoux #57737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.28%

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

R = 26.69%
G = 35.28%
B = 38.04%

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

#57737C (or 0x57737C) is known color: Blue Bayoux. HEX triplet: 57, 73 and 7C. RGB value is (87,115,124). Sum of RGB (Red+Green+Blue) = 87+115+124=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #57737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57737C is #A88C83. Grayscale: #6B6B6B. Windows color (decimal): -11046020 or 8155991. OLE color: 8155991.

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

Color convert

RGB 87 115 124 -
CMYK 0.30 0.07 0 0.51
HSL 194.59º 0.18% 0.41% -
HSV(B) 194.59º 0.3% 0.49% -
XYZ 13.7 15.74 21.39 -
YUV 107.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 87 115 124 0.30 0.07 0 0.51 194.59 0.18 0.41
Hex 57 73 7C 1E 7 0 33 C3 12 29
Octal 127 163 174 36 7 0 63 303 22 51
Binary 1010111 1110011 1111100 11110 111 0 110011 11000011 10010 101001

Color Harmonies of #57737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57737C

Black with #57737C

Text Example


Text Example

White with #57737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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