#556261

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

Shades of River Bed #556261

Tints of River Bed #556261

Color information

#556261 (or 0x556261) is unknown color: approx River Bed. HEX triplet: 55, 62 and 61. RGB value is (85,98,97). Sum of RGB (Red+Green+Blue) = 85+98+97=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 98 - color contains mainly: green. Hex color #556261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556261 is #AA9D9E. Grayscale: #5D5D5D. Windows color (decimal): -11181471 or 6382165. OLE color: 6382165.

HSL color Cylindrical-coordinate representation of color #556261: hue angle of 175.38º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #556261 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB859897-
CMYK0.1300.010.62
HSL175.38º7.1%35.88%-
HSV(B)175.38º13.27%38.43%-
XYZ10.2711.5312.99-
YUV94129.69121.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=30.36%
G=35%
B=34.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598970.1300.010.62175.387.135.88
Hex556261D013Eaf724
Octal125142141150176257744
Binary10101011100010110000111010111111010101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556261; }

 p { color: rgb(85,98,97); }

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

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

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

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

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

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

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