#556063

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

Shades of River Bed #556063

Tints of River Bed #556063

Color information

#556063 (or 0x556063) is unknown color: approx River Bed. HEX triplet: 55, 60 and 63. RGB value is (85,96,99). Sum of RGB (Red+Green+Blue) = 85+96+99=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 99 - color contains mainly: blue. Hex color #556063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556063 is #AA9F9C. Grayscale: #5D5D5D. Windows color (decimal): -11181981 or 6512725. OLE color: 6512725.

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

Color convert

RGB859699-
CMYK0.140.0300.61
HSL192.86º7.61%36.08%-
HSV(B)192.86º14.14%38.82%-
XYZ10.1811.213.43-
YUV93.05131.36122.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=30.36%
G=34.29%
B=35.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8596990.140.0300.61192.867.6136.08
Hex556063E303Dc1824
Octal1251401431630753011044
Binary1010101110000011000111110110111101110000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556063; }

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

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

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

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

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

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

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

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