#556061

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

Shades of River Bed #556061

Tints of River Bed #556061

Color information

#556061 (or 0x556061) is unknown color: approx River Bed. HEX triplet: 55, 60 and 61. RGB value is (85,96,97). Sum of RGB (Red+Green+Blue) = 85+96+97=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 97 - color contains mainly: blue. Hex color #556061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556061 is #AA9F9E. Grayscale: #5C5C5C. Windows color (decimal): -11181983 or 6381653. OLE color: 6381653.

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

Color convert

RGB859697-
CMYK0.120.0100.62
HSL185º6.59%35.69%-
HSV(B)185º12.37%38.04%-
XYZ10.0911.1612.93-
YUV92.82130.36122.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=30.58%
G=34.53%
B=34.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596970.120.0100.621856.5935.69
Hex556061C103Eb9724
Octal125140141141076271744
Binary10101011100000110000111001011111010111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556061; }

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

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

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

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

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

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

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

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