#556264

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

Shades of River Bed #556264

Tints of River Bed #556264

Color information

#556264 (or 0x556264) is unknown color: approx River Bed. HEX triplet: 55, 62 and 64. RGB value is (85,98,100). Sum of RGB (Red+Green+Blue) = 85+98+100=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 100 - color contains mainly: blue. Hex color #556264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556264 is #AA9D9B. Grayscale: #5E5E5E. Windows color (decimal): -11181468 or 6578773. OLE color: 6578773.

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

Color convert

RGB8598100-
CMYK0.150.0200.61
HSL188º8.11%36.27%-
HSV(B)188º15%39.22%-
XYZ10.4111.5913.74-
YUV94.34131.19121.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=30.04%
G=34.63%
B=35.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85981000.150.0200.611888.1136.27
Hex556264F203Dbc824
Octal1251421441720752741044
Binary1010101110001011001001111100111101101111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556264; }

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

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

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

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

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

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

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

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