#556162

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

Shades of River Bed #556162

Tints of River Bed #556162

Color information

#556162 (or 0x556162) is unknown color: approx River Bed. HEX triplet: 55, 61 and 62. RGB value is (85,97,98). Sum of RGB (Red+Green+Blue) = 85+97+98=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 98 - color contains mainly: blue. Hex color #556162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556162 is #AA9E9D. Grayscale: #5D5D5D. Windows color (decimal): -11181726 or 6447445. OLE color: 6447445.

HSL color Cylindrical-coordinate representation of color #556162: hue angle of 184.62º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #556162 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB859798-
CMYK0.130.0100.62
HSL184.62º7.1%35.88%-
HSV(B)184.62º13.27%38.43%-
XYZ10.2311.3613.21-
YUV93.53130.52121.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 98 (38.67% from 255) = 35%
R=30.36%
G=34.64%
B=35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597980.130.0100.62184.627.135.88
Hex556162D103Eb9724
Octal125141142151076271744
Binary10101011100001110001011011011111010111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556162; }

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

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

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

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

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

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

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

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