Html Css Color HEX #56756E William

📋 copy color: '#56756E'

red 86 ◦ green 117 ◦ blue 110

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

Shades of William #56756E

Tints of William #56756E

RGB

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

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

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

R = 27.48%
G = 37.38%
B = 35.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#56756E (or 0x56756E) is known color: William. HEX triplet: 56, 75 and 6E. RGB value is (86,117,110). Sum of RGB (Red+Green+Blue) = 86+117+110=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #56756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56756E is #A98A91. Grayscale: #6A6A6A. Windows color (decimal): -11111058 or 7238998. OLE color: 7238998.

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

Color convert

RGB 86 117 110 -
CMYK 0.26 0 0.06 0.54
HSL 166.45º 0.15% 0.4% -
HSV(B) 166.45º 0.26% 0.46% -
XYZ 13.01 15.83 17.12 -
YUV 106.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 86 117 110 0.26 0 0.06 0.54 166.45 0.15 0.4
Hex 56 75 6E 1A 0 6 36 A6 F 28
Octal 126 165 156 32 0 6 66 246 17 50
Binary 1010110 1110101 1101110 11010 0 110 110110 10100110 1111 101000

Color Harmonies of #56756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56756E

Black with #56756E

Text Example


Text Example

White with #56756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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