#556362

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

Shades of River Bed #556362

Tints of River Bed #556362

Color information

#556362 (or 0x556362) is unknown color: approx River Bed. HEX triplet: 55, 63 and 62. RGB value is (85,99,98). Sum of RGB (Red+Green+Blue) = 85+99+98=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 99 - color contains mainly: green. Hex color #556362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556362 is #AA9C9D. Grayscale: #5E5E5E. Windows color (decimal): -11181214 or 6447957. OLE color: 6447957.

HSL color Cylindrical-coordinate representation of color #556362: hue angle of 175.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #556362 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB859998-
CMYK0.1400.010.61
HSL175.71º7.61%36.08%-
HSV(B)175.71º14.14%38.82%-
XYZ10.4111.7413.27-
YUV94.7129.86121.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=30.14%
G=35.11%
B=34.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599980.1400.010.61175.717.6136.08
Hex556362E013Db0824
Octal1251431421601752601044
Binary101010111000111100010111001111101101100001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556362; }

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

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

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

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

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

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

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

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