#556B6A

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

Shades of William #556B6A

Tints of William #556B6A

Color information

#556B6A (or 0x556B6A) is unknown color: approx William. HEX triplet: 55, 6B and 6A. RGB value is (85,107,106). Sum of RGB (Red+Green+Blue) = 85+107+106=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 107 - color contains mainly: green. Hex color #556B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B6A is #AA9495. Grayscale: #646464. Windows color (decimal): -11179158 or 6974293. OLE color: 6974293.

HSL color Cylindrical-coordinate representation of color #556B6A: hue angle of 177.27º 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 #556B6A is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB85107106-
CMYK0.2100.010.58
HSL177.27º11.46%37.65%-
HSV(B)177.27º20.56%41.96%-
XYZ11.6113.4915.63-
YUV100.31131.21117.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 107 (42.19% from 255) = 35.91%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=28.52%
G=35.91%
B=35.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal851071060.2100.010.58177.2711.4637.65
Hex556B6A15013Ab1b26
Octal1251531522501722611346
Binary1010101110101111010101010101111010101100011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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