Html Css Color HEX #556863 William

📋 copy color: '#556863'

red 85 ◦ green 104 ◦ blue 99

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

Shades of William #556863

Tints of William #556863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.11%

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

R = 29.51%
G = 36.11%
B = 34.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#556863 (or 0x556863) is known color: William. HEX triplet: 55, 68 and 63. RGB value is (85,104,99). Sum of RGB (Red+Green+Blue) = 85+104+99=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 104 - color contains mainly: green. Hex color #556863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556863 is #AA979C. Grayscale: #616161. Windows color (decimal): -11179933 or 6514773. OLE color: 6514773.

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

Color convert

RGB 85 104 99 -
CMYK 0.18 0 0.05 0.59
HSL 164.21º 0.1% 0.37% -
HSV(B) 164.21º 0.18% 0.41% -
XYZ 10.95 12.73 13.68 -
YUV 97.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 85 104 99 0.18 0 0.05 0.59 164.21 0.1 0.37
Hex 55 68 63 12 0 5 3B A4 A 25
Octal 125 150 143 22 0 5 73 244 12 45
Binary 1010101 1101000 1100011 10010 0 101 111011 10100100 1010 100101

Color Harmonies of #556863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556863

Black with #556863

Text Example


Text Example

White with #556863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556863; }

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

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

background-color css

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

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

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

border-color css

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

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

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