#556965

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

Shades of William #556965

Tints of William #556965

Color information

#556965 (or 0x556965) is unknown color: approx William. HEX triplet: 55, 69 and 65. RGB value is (85,105,101). Sum of RGB (Red+Green+Blue) = 85+105+101=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 105 - color contains mainly: green. Hex color #556965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556965 is #AA969A. Grayscale: #626262. Windows color (decimal): -11179675 or 6646101. OLE color: 6646101.

HSL color Cylindrical-coordinate representation of color #556965: hue angle of 168º 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 #556965 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB85105101-
CMYK0.1900.040.59
HSL168º10.53%37.25%-
HSV(B)168º19.05%41.18%-
XYZ11.1512.9714.23-
YUV98.56129.37118.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 101 (39.84% from 255) = 34.71%
R=29.21%
G=36.08%
B=34.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal851051010.1900.040.5916810.5337.25
Hex55696513043Ba8b25
Octal1251511452304732501345
Binary101010111010011100101100110100111011101010001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556965; }

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

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

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

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

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

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

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

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