#526063

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

Shades of River Bed #526063

Tints of River Bed #526063

Color information

#526063 (or 0x526063) is unknown color: approx River Bed. HEX triplet: 52, 60 and 63. RGB value is (82,96,99). Sum of RGB (Red+Green+Blue) = 82+96+99=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #526063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526063 is #AD9F9C. Grayscale: #5C5C5C. Windows color (decimal): -11378589 or 6512722. OLE color: 6512722.

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

Color convert

RGB829699-
CMYK0.170.0300.61
HSL190.59º9.39%35.49%-
HSV(B)190.59º17.17%38.82%-
XYZ9.9111.0613.42-
YUV92.16131.86120.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=29.60%
G=34.66%
B=35.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8296990.170.0300.61190.599.3935.49
Hex52606311303Dbf923
Octal1221401432130752771143
Binary10100101100000110001110001110111101101111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526063; }

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

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

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

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

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

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

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

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