#556568

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

Shades of River Bed #556568

Tints of River Bed #556568

Color information

#556568 (or 0x556568) is unknown color: approx River Bed. HEX triplet: 55, 65 and 68. RGB value is (85,101,104). Sum of RGB (Red+Green+Blue) = 85+101+104=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 104 - color contains mainly: blue. Hex color #556568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556568 is #AA9A97. Grayscale: #606060. Windows color (decimal): -11180696 or 6841685. OLE color: 6841685.

HSL color Cylindrical-coordinate representation of color #556568: hue angle of 189.47º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #556568 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB85101104-
CMYK0.180.0300.59
HSL189.47º10.05%37.06%-
HSV(B)189.47º18.27%40.78%-
XYZ10.912.2414.88-
YUV96.56132.2119.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=29.31%
G=34.83%
B=35.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal851011040.180.0300.59189.4710.0537.06
Hex55656812303Bbda25
Octal1251451502230732751245
Binary10101011100101110100010010110111011101111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556568; }

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

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

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

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

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

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

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

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