#556663

Color #556663 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #556663

Tints of William #556663

Color information

#556663 (or 0x556663) is unknown color: approx William. HEX triplet: 55, 66 and 63. RGB value is (85,102,99). Sum of RGB (Red+Green+Blue) = 85+102+99=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 102 - color contains mainly: green. Hex color #556663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556663 is #AA999C. Grayscale: #606060. Windows color (decimal): -11180445 or 6514261. OLE color: 6514261.

HSL color Cylindrical-coordinate representation of color #556663: hue angle of 169.41º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #556663 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB8510299-
CMYK0.1700.030.6
HSL169.41º9.09%36.67%-
HSV(B)169.41º16.67%40%-
XYZ10.7512.3313.62-
YUV96.57129.37119.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=29.72%
G=35.66%
B=34.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102990.1700.030.6169.419.0936.67
Hex55666311033Ca9925
Octal1251461432103742511145
Binary10101011100110110001110001011111100101010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556663; }

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

 H1.HeaderClassName
 {
   color: #556663;
 }
 .AnyTagClassName
 {
   color: #556663;
 }
</style>
background-color css

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

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

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

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

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

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