#526463

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

Shades of River Bed #526463

Tints of River Bed #526463

Color information

#526463 (or 0x526463) is unknown color: approx River Bed. HEX triplet: 52, 64 and 63. RGB value is (82,100,99). Sum of RGB (Red+Green+Blue) = 82+100+99=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 100 - color contains mainly: green. Hex color #526463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526463 is #AD9B9C. Grayscale: #5E5E5E. Windows color (decimal): -11377565 or 6513746. OLE color: 6513746.

HSL color Cylindrical-coordinate representation of color #526463: hue angle of 176.67º 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 #526463 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB8210099-
CMYK0.1800.010.61
HSL176.67º9.89%35.69%-
HSV(B)176.67º18%39.22%-
XYZ10.2911.8113.54-
YUV94.5130.54119.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=29.18%
G=35.59%
B=35.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal82100990.1800.010.61176.679.8935.69
Hex52646312013Db1a24
Octal1221441432201752611244
Binary1010010110010011000111001001111101101100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526463; }

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

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

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

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

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

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

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

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