Html Css Color HEX #56757C Blue Bayoux

📋 copy color: '#56757C'

red 86 ◦ green 117 ◦ blue 124

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

Shades of Blue Bayoux #56757C

Tints of Blue Bayoux #56757C

RGB

 RED value IS 86 (33.98% from 255) = 26.3%

 GREEN value IS 117 (46.09% from 255) = 35.78%

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

R = 26.3%
G = 35.78%
B = 37.92%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56757C (or 0x56757C) is known color: Blue Bayoux. HEX triplet: 56, 75 and 7C. RGB value is (86,117,124). Sum of RGB (Red+Green+Blue) = 86+117+124=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #56757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56757C is #A98A83. Grayscale: #6C6C6C. Windows color (decimal): -11111044 or 8156502. OLE color: 8156502.

HSL color Cylindrical-coordinate representation of color #56757C: hue angle of 191.05º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56757C is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 117 124 -
CMYK 0.31 0.06 0 0.51
HSL 191.05º 0.18% 0.41% -
HSV(B) 191.05º 0.31% 0.49% -
XYZ 13.84 16.16 21.46 -
YUV 108.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 86 117 124 0.31 0.06 0 0.51 191.05 0.18 0.41
Hex 56 75 7C 1F 6 0 33 BF 12 29
Octal 126 165 174 37 6 0 63 277 22 51
Binary 1010110 1110101 1111100 11111 110 0 110011 10111111 10010 101001

Color Harmonies of #56757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56757C

Black with #56757C

Text Example


Text Example

White with #56757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,117,124); }

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

background-color css

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

 a { background-color: rgb(86,117,124); }

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

border-color css

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

 span { border-color: rgb(86,117,124); }

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