#556B5F

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

Shades of Como #556B5F

Tints of Como #556B5F

Color information

#556B5F (or 0x556B5F) is unknown color: approx Como. HEX triplet: 55, 6B and 5F. RGB value is (85,107,95). Sum of RGB (Red+Green+Blue) = 85+107+95=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #556B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B5F is #AA94A0. Grayscale: #636363. Windows color (decimal): -11179169 or 6253397. OLE color: 6253397.

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

Color convert

RGB8510795-
CMYK0.2100.110.58
HSL147.27º11.46%37.65%-
HSV(B)147.27º20.56%41.96%-
XYZ11.0713.2712.8-
YUV99.05125.71117.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=29.62%
G=37.28%
B=33.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85107950.2100.110.58147.2711.4637.65
Hex556B5F150B3A93b26
Octal12515313725013722231346
Binary1010101110101110111111010101011111010100100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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