Html Css Color HEX #56767F Blue Bayoux

📋 copy color: '#56767F'

red 86 ◦ green 118 ◦ blue 127

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

Shades of Blue Bayoux #56767F

Tints of Blue Bayoux #56767F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.37%

R = 25.98%
G = 35.65%
B = 38.37%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#56767F (or 0x56767F) is known color: Blue Bayoux. HEX triplet: 56, 76 and 7F. RGB value is (86,118,127). Sum of RGB (Red+Green+Blue) = 86+118+127=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 127 - color contains mainly: blue. Hex color #56767F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56767F is #A98980. Grayscale: #6D6D6D. Windows color (decimal): -11110785 or 8353366. OLE color: 8353366.

HSL color Cylindrical-coordinate representation of color #56767F: hue angle of 193.17º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56767F is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 118 127 -
CMYK 0.32 0.07 0 0.50
HSL 193.17º 0.19% 0.42% -
HSV(B) 193.17º 0.32% 0.5% -
XYZ 14.15 16.47 22.51 -
YUV 109.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 86 118 127 0.32 0.07 0 0.50 193.17 0.19 0.42
Hex 56 76 7F 20 7 0 32 C1 13 2A
Octal 126 166 177 40 7 0 62 301 23 52
Binary 1010110 1110110 1111111 100000 111 0 110010 11000001 10011 101010

Color Harmonies of #56767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56767F

Black with #56767F

Text Example


Text Example

White with #56767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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