#55615F

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

Shades of River Bed #55615F

Tints of River Bed #55615F

Color information

#55615F (or 0x55615F) is unknown color: approx River Bed. HEX triplet: 55, 61 and 5F. RGB value is (85,97,95). Sum of RGB (Red+Green+Blue) = 85+97+95=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 97 - color contains mainly: green. Hex color #55615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55615F is #AA9EA0. Grayscale: #5D5D5D. Windows color (decimal): -11181729 or 6250837. OLE color: 6250837.

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

Color convert

RGB859795-
CMYK0.1200.020.62
HSL170º6.59%35.69%-
HSV(B)170º12.37%38.04%-
XYZ10.0911.3112.48-
YUV93.18129.02122.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 95 (37.5% from 255) = 34.30%
R=30.69%
G=35.02%
B=34.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597950.1200.020.621706.5935.69
Hex55615FC023Eaa724
Octal125141137140276252744
Binary101010111000011011111110001011111010101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55615F; }

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

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

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

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

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

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

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

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