#556668

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

Shades of River Bed #556668

Tints of River Bed #556668

Color information

#556668 (or 0x556668) is unknown color: approx River Bed. HEX triplet: 55, 66 and 68. RGB value is (85,102,104). Sum of RGB (Red+Green+Blue) = 85+102+104=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 104 - color contains mainly: blue. Hex color #556668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556668 is #AA9997. Grayscale: #616161. Windows color (decimal): -11180440 or 6841941. OLE color: 6841941.

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

Color convert

RGB85102104-
CMYK0.180.0200.59
HSL186.32º10.05%37.06%-
HSV(B)186.32º18.27%40.78%-
XYZ1112.4314.92-
YUV97.14131.87119.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=29.21%
G=35.05%
B=35.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal851021040.180.0200.59186.3210.0537.06
Hex55666812203Bbaa25
Octal1251461502220732721245
Binary10101011100110110100010010100111011101110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556668; }

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

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

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

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

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

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

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

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