#536361

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

Shades of River Bed #536361

Tints of River Bed #536361

Color information

#536361 (or 0x536361) is unknown color: approx River Bed. HEX triplet: 53, 63 and 61. RGB value is (83,99,97). Sum of RGB (Red+Green+Blue) = 83+99+97=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 99 - color contains mainly: green. Hex color #536361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536361 is #AC9C9E. Grayscale: #5D5D5D. Windows color (decimal): -11312287 or 6382419. OLE color: 6382419.

HSL color Cylindrical-coordinate representation of color #536361: hue angle of 172.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #536361 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB839997-
CMYK0.1600.020.61
HSL172.5º8.79%35.69%-
HSV(B)172.5º16.16%38.82%-
XYZ10.1911.6313.02-
YUV93.99129.7120.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=29.75%
G=35.48%
B=34.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399970.1600.020.61172.58.7935.69
Hex53636110023Dac924
Octal1231431412002752541144
Binary10100111100011110000110000010111101101011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536361; }

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

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

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

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

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

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

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

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