Html Css Color HEX #556360 William

📋 copy color: '#556360'

red 85 ◦ green 99 ◦ blue 96

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

Shades of William #556360

Tints of William #556360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 30.36%
G = 35.36%
B = 34.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#556360 (or 0x556360) is known color: William. HEX triplet: 55, 63 and 60. RGB value is (85,99,96). Sum of RGB (Red+Green+Blue) = 85+99+96=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 99 - color contains mainly: green. Hex color #556360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556360 is #AA9C9F. Grayscale: #5E5E5E. Windows color (decimal): -11181216 or 6316885. OLE color: 6316885.

HSL color Cylindrical-coordinate representation of color #556360: hue angle of 167.14º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #556360 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 99 96 -
CMYK 0.14 0 0.03 0.61
HSL 167.14º 0.08% 0.36% -
HSV(B) 167.14º 0.14% 0.39% -
XYZ 10.32 11.7 12.78 -
YUV 94.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 85 99 96 0.14 0 0.03 0.61 167.14 0.08 0.36
Hex 55 63 60 E 0 3 3D A7 8 24
Octal 125 143 140 16 0 3 75 247 10 44
Binary 1010101 1100011 1100000 1110 0 11 111101 10100111 1000 100100

Color Harmonies of #556360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556360

Black with #556360

Text Example


Text Example

White with #556360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556360; }

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

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

background-color css

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

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

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

border-color css

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

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

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