#556765

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

Shades of William #556765

Tints of William #556765

Color information

#556765 (or 0x556765) is unknown color: approx William. HEX triplet: 55, 67 and 65. RGB value is (85,103,101). Sum of RGB (Red+Green+Blue) = 85+103+101=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 103 - color contains mainly: green. Hex color #556765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556765 is #AA989A. Grayscale: #616161. Windows color (decimal): -11180187 or 6645589. OLE color: 6645589.

HSL color Cylindrical-coordinate representation of color #556765: hue angle of 173.33º degrees, saturation: 0.1, 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 #556765 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB85103101-
CMYK0.1700.020.60
HSL173.33º9.57%36.86%-
HSV(B)173.33º17.48%40.39%-
XYZ10.9512.5714.16-
YUV97.39130.04119.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 103 (40.62% from 255) = 35.64%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=29.41%
G=35.64%
B=34.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal851031010.1700.020.60173.339.5736.86
Hex55676511023Cada25
Octal1251471452102742551245
Binary10101011100111110010110001010111100101011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556765; }

 p { color: rgb(85,103,101); }

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

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

 a { background-color: rgb(85,103,101); }

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

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

 span { border-color: rgb(85,103,101); }

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