#556768

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

Shades of River Bed #556768

Tints of River Bed #556768

Color information

#556768 (or 0x556768) is unknown color: approx River Bed. HEX triplet: 55, 67 and 68. RGB value is (85,103,104). Sum of RGB (Red+Green+Blue) = 85+103+104=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 104 - color contains mainly: blue. Hex color #556768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556768 is #AA9897. Grayscale: #616161. Windows color (decimal): -11180184 or 6842197. OLE color: 6842197.

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

Color convert

RGB85103104-
CMYK0.180.0100.59
HSL183.16º10.05%37.06%-
HSV(B)183.16º18.27%40.78%-
XYZ11.112.6314.95-
YUV97.73131.54118.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 103 (40.62% from 255) = 35.27%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=29.11%
G=35.27%
B=35.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal851031040.180.0100.59183.1610.0537.06
Hex55676812103Bb7a25
Octal1251471502210732671245
Binary1010101110011111010001001010111011101101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556768; }

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

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

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

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

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

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

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

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