#525859

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

Shades of River Bed #525859

Tints of River Bed #525859

Color information

#525859 (or 0x525859) is unknown color: approx River Bed. HEX triplet: 52, 58 and 59. RGB value is (82,88,89). Sum of RGB (Red+Green+Blue) = 82+88+89=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 89 - color contains mainly: blue. Hex color #525859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525859 is #ADA7A6. Grayscale: #565656. Windows color (decimal): -11380647 or 5855314. OLE color: 5855314.

HSL color Cylindrical-coordinate representation of color #525859: hue angle of 188.57º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #525859 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB828889-
CMYK0.080.0100.65
HSL188.57º4.09%33.53%-
HSV(B)188.57º7.87%34.9%-
XYZ8.779.4910.82-
YUV86.32129.51124.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 89 (35.16% from 255) = 34.36%
R=31.66%
G=33.98%
B=34.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8288890.080.0100.65188.574.0933.53
Hex52585981041bd422
Octal1221301311010101275442
Binary101001010110001011001100010100000110111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525859; }

 p { color: rgb(82,88,89); }

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

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

 a { background-color: rgb(82,88,89); }

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

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

 span { border-color: rgb(82,88,89); }

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