#556B6B

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

Shades of William #556B6B

Tints of William #556B6B

Color information

#556B6B (or 0x556B6B) is unknown color: approx William. HEX triplet: 55, 6B and 6B. RGB value is (85,107,107). Sum of RGB (Red+Green+Blue) = 85+107+107=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #556B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B6B is #AA9494. Grayscale: #646464. Windows color (decimal): -11179157 or 7039829. OLE color: 7039829.

HSL color Cylindrical-coordinate representation of color #556B6B: hue angle of 180º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556B6B is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB85107107-
CMYK0.21000.58
HSL180º11.46%37.65%-
HSV(B)180º20.56%41.96%-
XYZ11.6613.5115.9-
YUV100.42131.71117-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=28.43%
G=35.79%
B=35.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal851071070.21000.5818011.4637.65
Hex556B6B15003Ab4b26
Octal1251531532500722641346
Binary1010101110101111010111010100111010101101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556B6B; }

 p { color: rgb(85,107,107); }

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

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

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

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

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

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

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