Html Css Color HEX #57787C Blue Bayoux

📋 copy color: '#57787C'

red 87 ◦ green 120 ◦ blue 124

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

Shades of Blue Bayoux #57787C

Tints of Blue Bayoux #57787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.25%

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

R = 26.28%
G = 36.25%
B = 37.46%

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

#57787C (or 0x57787C) is known color: Blue Bayoux. HEX triplet: 57, 78 and 7C. RGB value is (87,120,124). Sum of RGB (Red+Green+Blue) = 87+120+124=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #57787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57787C is #A88783. Grayscale: #6E6E6E. Windows color (decimal): -11044740 or 8157271. OLE color: 8157271.

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

Color convert

RGB 87 120 124 -
CMYK 0.30 0.03 0 0.51
HSL 186.49º 0.18% 0.41% -
HSV(B) 186.49º 0.3% 0.49% -
XYZ 14.29 16.91 21.58 -
YUV 110.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 87 120 124 0.30 0.03 0 0.51 186.49 0.18 0.41
Hex 57 78 7C 1E 3 0 33 BA 12 29
Octal 127 170 174 36 3 0 63 272 22 51
Binary 1010111 1111000 1111100 11110 11 0 110011 10111010 10010 101001

Color Harmonies of #57787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57787C

Black with #57787C

Text Example


Text Example

White with #57787C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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