#526464

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

Shades of River Bed #526464

Tints of River Bed #526464

Color information

#526464 (or 0x526464) is unknown color: approx River Bed. HEX triplet: 52, 64 and 64. RGB value is (82,100,100). Sum of RGB (Red+Green+Blue) = 82+100+100=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 100 - color contains mainly: green, blue. Hex color #526464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526464 is #AD9B9B. Grayscale: #5E5E5E. Windows color (decimal): -11377564 or 6579282. OLE color: 6579282.

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

Color convert

RGB82100100-
CMYK0.18000.61
HSL180º9.89%35.69%-
HSV(B)180º18%39.22%-
XYZ10.3411.8313.79-
YUV94.62131.04119-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=29.08%
G=35.46%
B=35.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal821001000.18000.611809.8935.69
Hex52646412003Db4a24
Octal1221441442200752641244
Binary1010010110010011001001001000111101101101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526464; }

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

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

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

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

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

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

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

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