#526362

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

Shades of River Bed #526362

Tints of River Bed #526362

Color information

#526362 (or 0x526362) is unknown color: approx River Bed. HEX triplet: 52, 63 and 62. RGB value is (82,99,98). Sum of RGB (Red+Green+Blue) = 82+99+98=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 99 - color contains mainly: green. Hex color #526362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526362 is #AD9C9D. Grayscale: #5D5D5D. Windows color (decimal): -11377822 or 6447954. OLE color: 6447954.

HSL color Cylindrical-coordinate representation of color #526362: hue angle of 176.47º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #526362 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB829998-
CMYK0.1700.010.61
HSL176.47º9.39%35.49%-
HSV(B)176.47º17.17%38.82%-
XYZ10.1511.613.26-
YUV93.8130.37119.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=29.39%
G=35.48%
B=35.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299980.1700.010.61176.479.3935.49
Hex52636211013Db0923
Octal1221431422101752601143
Binary1010010110001111000101000101111101101100001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526362; }

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

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

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

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

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

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

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

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