Html Css Color HEX #57787D Blue Bayoux

📋 copy color: '#57787D'

red 87 ◦ green 120 ◦ blue 125

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

Shades of Blue Bayoux #57787D

Tints of Blue Bayoux #57787D

RGB

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

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

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

R = 26.2%
G = 36.14%
B = 37.65%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#57787D (or 0x57787D) is known color: Blue Bayoux. HEX triplet: 57, 78 and 7D. RGB value is (87,120,125). Sum of RGB (Red+Green+Blue) = 87+120+125=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 125 - color contains mainly: blue. Hex color #57787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57787D is #A88782. Grayscale: #6E6E6E. Windows color (decimal): -11044739 or 8222807. OLE color: 8222807.

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

Color convert

RGB 87 120 125 -
CMYK 0.30 0.04 0 0.51
HSL 187.89º 0.18% 0.42% -
HSV(B) 187.89º 0.3% 0.49% -
XYZ 14.35 16.94 21.92 -
YUV 110.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 87 120 125 0.30 0.04 0 0.51 187.89 0.18 0.42
Hex 57 78 7D 1E 4 0 33 BC 12 2A
Octal 127 170 175 36 4 0 63 274 22 52
Binary 1010111 1111000 1111101 11110 100 0 110011 10111100 10010 101010

Color Harmonies of #57787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57787D

Black with #57787D

Text Example


Text Example

White with #57787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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