#536063

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

Shades of River Bed #536063

Tints of River Bed #536063

Color information

#536063 (or 0x536063) is unknown color: approx River Bed. HEX triplet: 53, 60 and 63. RGB value is (83,96,99). Sum of RGB (Red+Green+Blue) = 83+96+99=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 99 - color contains mainly: blue. Hex color #536063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536063 is #AC9F9C. Grayscale: #5C5C5C. Windows color (decimal): -11313053 or 6512723. OLE color: 6512723.

HSL color Cylindrical-coordinate representation of color #536063: hue angle of 191.25º 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 #536063 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB839699-
CMYK0.160.0300.61
HSL191.25º8.79%35.69%-
HSV(B)191.25º16.16%38.82%-
XYZ1011.1113.42-
YUV92.46131.69121.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 99 (39.06% from 255) = 35.61%
R=29.86%
G=34.53%
B=35.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8396990.160.0300.61191.258.7935.69
Hex53606310303Dbf924
Octal1231401432030752771144
Binary10100111100000110001110000110111101101111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536063; }

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

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

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

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

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

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

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

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