Html Css Color HEX #56767C Blue Bayoux

📋 copy color: '#56767C'

red 86 ◦ green 118 ◦ blue 124

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

Shades of Blue Bayoux #56767C

Tints of Blue Bayoux #56767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

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

R = 26.22%
G = 35.98%
B = 37.8%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56767C (or 0x56767C) is known color: Blue Bayoux. HEX triplet: 56, 76 and 7C. RGB value is (86,118,124). Sum of RGB (Red+Green+Blue) = 86+118+124=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 124 - color contains mainly: blue. Hex color #56767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56767C is #A98983. Grayscale: #6D6D6D. Windows color (decimal): -11110788 or 8156758. OLE color: 8156758.

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

Color convert

RGB 86 118 124 -
CMYK 0.31 0.05 0 0.51
HSL 189.47º 0.18% 0.41% -
HSV(B) 189.47º 0.31% 0.49% -
XYZ 13.95 16.39 21.5 -
YUV 109.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 86 118 124 0.31 0.05 0 0.51 189.47 0.18 0.41
Hex 56 76 7C 1F 5 0 33 BD 12 29
Octal 126 166 174 37 5 0 63 275 22 51
Binary 1010110 1110110 1111100 11111 101 0 110011 10111101 10010 101001

Color Harmonies of #56767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56767C

Black with #56767C

Text Example


Text Example

White with #56767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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