#556263

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

Shades of River Bed #556263

Tints of River Bed #556263

Color information

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

HSL color Cylindrical-coordinate representation of color #556263: hue angle of 184.29º 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 #556263 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB859899-
CMYK0.140.0100.61
HSL184.29º7.61%36.08%-
HSV(B)184.29º14.14%38.82%-
XYZ10.3711.5713.49-
YUV94.23130.69121.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8598990.140.0100.61184.297.6136.08
Hex556263E103Db8824
Octal1251421431610752701044
Binary101010111000101100011111010111101101110001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556263; }

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

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

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

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

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

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

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

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