Html Css Color HEX #56717C Blue Bayoux

📋 copy color: '#56717C'

red 86 ◦ green 113 ◦ blue 124

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

Shades of Blue Bayoux #56717C

Tints of Blue Bayoux #56717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

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

R = 26.63%
G = 34.98%
B = 38.39%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56717C (or 0x56717C) is known color: Blue Bayoux. HEX triplet: 56, 71 and 7C. RGB value is (86,113,124). Sum of RGB (Red+Green+Blue) = 86+113+124=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #56717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56717C is #A98E83. Grayscale: #6A6A6A. Windows color (decimal): -11112068 or 8155478. OLE color: 8155478.

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

Color convert

RGB 86 113 124 -
CMYK 0.31 0.09 0 0.51
HSL 197.37º 0.18% 0.41% -
HSV(B) 197.37º 0.31% 0.49% -
XYZ 13.38 15.24 21.31 -
YUV 106.18 138.05 113.61 -
System Red Green Blue C M Y K H S L
Decimal 86 113 124 0.31 0.09 0 0.51 197.37 0.18 0.41
Hex 56 71 7C 1F 9 0 33 C5 12 29
Octal 126 161 174 37 11 0 63 305 22 51
Binary 1010110 1110001 1111100 11111 1001 0 110011 11000101 10010 101001

Color Harmonies of #56717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56717C

Black with #56717C

Text Example


Text Example

White with #56717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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