#536160

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

Shades of River Bed #536160

Tints of River Bed #536160

Color information

#536160 (or 0x536160) is unknown color: approx River Bed. HEX triplet: 53, 61 and 60. RGB value is (83,97,96). Sum of RGB (Red+Green+Blue) = 83+97+96=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 97 - color contains mainly: green. Hex color #536160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536160 is #AC9E9F. Grayscale: #5C5C5C. Windows color (decimal): -11312800 or 6316371. OLE color: 6316371.

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

Color convert

RGB839796-
CMYK0.1400.010.62
HSL175.71º7.78%35.29%-
HSV(B)175.71º14.43%38.04%-
XYZ9.9511.2312.71-
YUV92.7129.86121.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=30.07%
G=35.14%
B=34.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397960.1400.010.62175.717.7835.29
Hex536160E013Eb0823
Octal1231411401601762601043
Binary101001111000011100000111001111110101100001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536160; }

 p { color: rgb(83,97,96); }

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

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

 a { background-color: rgb(83,97,96); }

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

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

 span { border-color: rgb(83,97,96); }

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