Html Css Color HEX #57707A Blue Bayoux

📋 copy color: '#57707A'

red 87 ◦ green 112 ◦ blue 122

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

Shades of Blue Bayoux #57707A

Tints of Blue Bayoux #57707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.89%

 BLUE value IS 122 (48.05% from 255) = 38.01%

R = 27.1%
G = 34.89%
B = 38.01%

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

#57707A (or 0x57707A) is known color: Blue Bayoux. HEX triplet: 57, 70 and 7A. RGB value is (87,112,122). Sum of RGB (Red+Green+Blue) = 87+112+122=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #57707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57707A is #A88F85. Grayscale: #696969. Windows color (decimal): -11046790 or 8024151. OLE color: 8024151.

HSL color Cylindrical-coordinate representation of color #57707A: hue angle of 197.14º 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 #57707A is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 112 122 -
CMYK 0.29 0.08 0 0.52
HSL 197.14º 0.17% 0.41% -
HSV(B) 197.14º 0.29% 0.48% -
XYZ 13.24 15.02 20.61 -
YUV 105.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 87 112 122 0.29 0.08 0 0.52 197.14 0.17 0.41
Hex 57 70 7A 1D 8 0 34 C5 11 29
Octal 127 160 172 35 10 0 64 305 21 51
Binary 1010111 1110000 1111010 11101 1000 0 110100 11000101 10001 101001

Color Harmonies of #57707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57707A

Black with #57707A

Text Example


Text Example

White with #57707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57707A; }

 p { color: rgb(87,112,122); }

 H1.HeaderClassName
 {
   color: #57707A;
 }
 .AnyTagClassName
 {
   color: #57707A;
 }
</style>

background-color css

<style>
 a { background-color: #57707A; }

 a { background-color: rgb(87,112,122); }

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

border-color css

<style>
 span { border-color: #57707A; }

 span { border-color: rgb(87,112,122); }

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