#556265

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

Shades of River Bed #556265

Tints of River Bed #556265

Color information

#556265 (or 0x556265) is unknown color: approx River Bed. HEX triplet: 55, 62 and 65. RGB value is (85,98,101). Sum of RGB (Red+Green+Blue) = 85+98+101=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 101 - color contains mainly: blue. Hex color #556265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556265 is #AA9D9A. Grayscale: #5E5E5E. Windows color (decimal): -11181467 or 6644309. OLE color: 6644309.

HSL color Cylindrical-coordinate representation of color #556265: hue angle of 191.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #556265 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8598101-
CMYK0.160.0300.60
HSL191.25º8.6%36.47%-
HSV(B)191.25º15.84%39.61%-
XYZ10.4611.6114-
YUV94.46131.69121.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=29.93%
G=34.51%
B=35.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85981010.160.0300.60191.258.636.47
Hex55626510303Cbf924
Octal1251421452030742771144
Binary10101011100010110010110000110111100101111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556265; }

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

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

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

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

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

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

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

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