#536260

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

Shades of River Bed #536260

Tints of River Bed #536260

Color information

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

HSL color Cylindrical-coordinate representation of color #536260: hue angle of 172º 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 #536260 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB839896-
CMYK0.1500.020.62
HSL172º8.29%35.49%-
HSV(B)172º15.31%38.43%-
XYZ10.0511.4212.74-
YUV93.29129.53120.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398960.1500.020.621728.2935.49
Hex536260F023Eac823
Octal1231421401702762541043
Binary1010011110001011000001111010111110101011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536260; }

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

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

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

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

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

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

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

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