Html Css Color HEX #57737A Blue Bayoux

📋 copy color: '#57737A'

red 87 ◦ green 115 ◦ blue 122

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

Shades of Blue Bayoux #57737A

Tints of Blue Bayoux #57737A

RGB

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

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

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

R = 26.85%
G = 35.49%
B = 37.65%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#57737A (or 0x57737A) is known color: Blue Bayoux. HEX triplet: 57, 73 and 7A. RGB value is (87,115,122). Sum of RGB (Red+Green+Blue) = 87+115+122=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #57737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57737A is #A88C85. Grayscale: #6B6B6B. Windows color (decimal): -11046022 or 8024919. OLE color: 8024919.

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

Color convert

RGB 87 115 122 -
CMYK 0.29 0.06 0 0.52
HSL 192º 0.17% 0.41% -
HSV(B) 192º 0.29% 0.48% -
XYZ 13.57 15.69 20.73 -
YUV 107.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 87 115 122 0.29 0.06 0 0.52 192 0.17 0.41
Hex 57 73 7A 1D 6 0 34 C0 11 29
Octal 127 163 172 35 6 0 64 300 21 51
Binary 1010111 1110011 1111010 11101 110 0 110100 11000000 10001 101001

Color Harmonies of #57737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57737A

Black with #57737A

Text Example


Text Example

White with #57737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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