#526260

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

Shades of River Bed #526260

Tints of River Bed #526260

Color information

#526260 (or 0x526260) is unknown color: approx River Bed. HEX triplet: 52, 62 and 60. RGB value is (82,98,96). Sum of RGB (Red+Green+Blue) = 82+98+96=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 98 - color contains mainly: green. Hex color #526260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526260 is #AD9D9F. Grayscale: #5C5C5C. Windows color (decimal): -11378080 or 6316626. OLE color: 6316626.

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

Color convert

RGB829896-
CMYK0.1600.020.62
HSL172.5º8.89%35.29%-
HSV(B)172.5º16.33%38.43%-
XYZ9.9611.3712.74-
YUV92.99129.7120.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=29.71%
G=35.51%
B=34.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298960.1600.020.62172.58.8935.29
Hex52626010023Eac923
Octal1221421402002762541143
Binary10100101100010110000010000010111110101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526260; }

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

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

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

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

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

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

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

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