Html Css Color HEX #57797F Blue Bayoux

📋 copy color: '#57797F'

red 87 ◦ green 121 ◦ blue 127

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

Shades of Blue Bayoux #57797F

Tints of Blue Bayoux #57797F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.91%

R = 25.97%
G = 36.12%
B = 37.91%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#57797F (or 0x57797F) is known color: Blue Bayoux. HEX triplet: 57, 79 and 7F. RGB value is (87,121,127). Sum of RGB (Red+Green+Blue) = 87+121+127=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 127 - color contains mainly: blue. Hex color #57797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57797F is #A88680. Grayscale: #6F6F6F. Windows color (decimal): -11044481 or 8354135. OLE color: 8354135.

HSL color Cylindrical-coordinate representation of color #57797F: hue angle of 189º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57797F is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 121 127 -
CMYK 0.31 0.05 0 0.50
HSL 189º 0.19% 0.42% -
HSV(B) 189º 0.31% 0.5% -
XYZ 14.6 17.23 22.64 -
YUV 111.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 87 121 127 0.31 0.05 0 0.50 189 0.19 0.42
Hex 57 79 7F 1F 5 0 32 BD 13 2A
Octal 127 171 177 37 5 0 62 275 23 52
Binary 1010111 1111001 1111111 11111 101 0 110010 10111101 10011 101010

Color Harmonies of #57797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57797F

Black with #57797F

Text Example


Text Example

White with #57797F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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