Html Css Color HEX #56746E William

📋 copy color: '#56746E'

red 86 ◦ green 116 ◦ blue 110

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

Shades of William #56746E

Tints of William #56746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.18%

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 27.56%
G = 37.18%
B = 35.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#56746E (or 0x56746E) is known color: William. HEX triplet: 56, 74 and 6E. RGB value is (86,116,110). Sum of RGB (Red+Green+Blue) = 86+116+110=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #56746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56746E is #A98B91. Grayscale: #6A6A6A. Windows color (decimal): -11111314 or 7238742. OLE color: 7238742.

HSL color Cylindrical-coordinate representation of color #56746E: hue angle of 168º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56746E is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 116 110 -
CMYK 0.26 0 0.05 0.55
HSL 168º 0.15% 0.4% -
HSV(B) 168º 0.26% 0.45% -
XYZ 12.9 15.6 17.08 -
YUV 106.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 86 116 110 0.26 0 0.05 0.55 168 0.15 0.4
Hex 56 74 6E 1A 0 5 37 A8 F 28
Octal 126 164 156 32 0 5 67 250 17 50
Binary 1010110 1110100 1101110 11010 0 101 110111 10101000 1111 101000

Color Harmonies of #56746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56746E

Black with #56746E

Text Example


Text Example

White with #56746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56746E; }

 p { color: rgb(86,116,110); }

 H1.HeaderClassName
 {
   color: #56746E;
 }
 .AnyTagClassName
 {
   color: #56746E;
 }
</style>

background-color css

<style>
 a { background-color: #56746E; }

 a { background-color: rgb(86,116,110); }

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

border-color css

<style>
 span { border-color: #56746E; }

 span { border-color: rgb(86,116,110); }

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