#536062

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

Shades of River Bed #536062

Tints of River Bed #536062

Color information

#536062 (or 0x536062) is unknown color: approx River Bed. HEX triplet: 53, 60 and 62. RGB value is (83,96,98). Sum of RGB (Red+Green+Blue) = 83+96+98=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 98 - color contains mainly: blue. Hex color #536062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536062 is #AC9F9D. Grayscale: #5C5C5C. Windows color (decimal): -11313054 or 6447187. OLE color: 6447187.

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

Color convert

RGB839698-
CMYK0.150.0200.62
HSL188º8.29%35.49%-
HSV(B)188º15.31%38.43%-
XYZ9.9511.0913.17-
YUV92.34131.19121.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 98 (38.67% from 255) = 35.38%
R=29.96%
G=34.66%
B=35.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8396980.150.0200.621888.2935.49
Hex536062F203Ebc823
Octal1231401421720762741043
Binary1010011110000011000101111100111110101111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536062; }

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

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

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

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

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

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

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

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