Html Css Color HEX #556963 William

📋 copy color: '#556963'

red 85 ◦ green 105 ◦ blue 99

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

Shades of William #556963

Tints of William #556963

RGB

 RED value IS 85 (33.59% from 255) = 29.41%

 GREEN value IS 105 (41.41% from 255) = 36.33%

 BLUE value IS 99 (39.06% from 255) = 34.26%

R = 29.41%
G = 36.33%
B = 34.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#556963 (or 0x556963) is known color: William. HEX triplet: 55, 69 and 63. RGB value is (85,105,99). Sum of RGB (Red+Green+Blue) = 85+105+99=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #556963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556963 is #AA969C. Grayscale: #626262. Windows color (decimal): -11179677 or 6515029. OLE color: 6515029.

HSL color Cylindrical-coordinate representation of color #556963: hue angle of 162º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556963 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 99 -
CMYK 0.19 0 0.06 0.59
HSL 162º 0.11% 0.37% -
HSV(B) 162º 0.19% 0.41% -
XYZ 11.05 12.94 13.72 -
YUV 98.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 85 105 99 0.19 0 0.06 0.59 162 0.11 0.37
Hex 55 69 63 13 0 6 3B A2 B 25
Octal 125 151 143 23 0 6 73 242 13 45
Binary 1010101 1101001 1100011 10011 0 110 111011 10100010 1011 100101

Color Harmonies of #556963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556963

Black with #556963

Text Example


Text Example

White with #556963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556963; }

 p { color: rgb(85,105,99); }

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

background-color css

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

 a { background-color: rgb(85,105,99); }

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

border-color css

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

 span { border-color: rgb(85,105,99); }

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