#526263

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

Shades of River Bed #526263

Tints of River Bed #526263

Color information

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

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

Color convert

RGB829899-
CMYK0.170.0100.61
HSL183.53º9.39%35.49%-
HSV(B)183.53º17.17%38.82%-
XYZ10.111.4313.48-
YUV93.33131.2119.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8298990.170.0100.61183.539.3935.49
Hex52626311103Db8923
Octal1221421432110752701143
Binary1010010110001011000111000110111101101110001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526263; }

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

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

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

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

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

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

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

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