#526565

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

Shades of River Bed #526565

Tints of River Bed #526565

Color information

#526565 (or 0x526565) is unknown color: approx River Bed. HEX triplet: 52, 65 and 65. RGB value is (82,101,101). Sum of RGB (Red+Green+Blue) = 82+101+101=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #526565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526565 is #AD9A9A. Grayscale: #5F5F5F. Windows color (decimal): -11377307 or 6645074. OLE color: 6645074.

HSL color Cylindrical-coordinate representation of color #526565: hue angle of 180º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #526565 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB82101101-
CMYK0.19000.60
HSL180º10.38%35.88%-
HSV(B)180º18.81%39.61%-
XYZ10.4812.0414.08-
YUV95.32131.21118.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=28.87%
G=35.56%
B=35.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal821011010.19000.6018010.3835.88
Hex52656513003Cb4a24
Octal1221451452300742641244
Binary1010010110010111001011001100111100101101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526565; }

 p { color: rgb(82,101,101); }

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

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

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

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

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

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

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