Html Css Color HEX #57797D Blue Bayoux

📋 copy color: '#57797D'

red 87 ◦ green 121 ◦ blue 125

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

Shades of Blue Bayoux #57797D

Tints of Blue Bayoux #57797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.34%

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

R = 26.13%
G = 36.34%
B = 37.54%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57797D (or 0x57797D) is known color: Blue Bayoux. HEX triplet: 57, 79 and 7D. RGB value is (87,121,125). Sum of RGB (Red+Green+Blue) = 87+121+125=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #57797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57797D is #A88682. Grayscale: #6F6F6F. Windows color (decimal): -11044483 or 8223063. OLE color: 8223063.

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

Color convert

RGB 87 121 125 -
CMYK 0.30 0.03 0 0.51
HSL 186.32º 0.18% 0.42% -
HSV(B) 186.32º 0.3% 0.49% -
XYZ 14.47 17.18 21.96 -
YUV 111.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 87 121 125 0.30 0.03 0 0.51 186.32 0.18 0.42
Hex 57 79 7D 1E 3 0 33 BA 12 2A
Octal 127 171 175 36 3 0 63 272 22 52
Binary 1010111 1111001 1111101 11110 11 0 110011 10111010 10010 101010

Color Harmonies of #57797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57797D

Black with #57797D

Text Example


Text Example

White with #57797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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