#526163

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

Shades of River Bed #526163

Tints of River Bed #526163

Color information

#526163 (or 0x526163) is unknown color: approx River Bed. HEX triplet: 52, 61 and 63. RGB value is (82,97,99). Sum of RGB (Red+Green+Blue) = 82+97+99=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 99 - color contains mainly: blue. Hex color #526163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526163 is #AD9E9C. Grayscale: #5C5C5C. Windows color (decimal): -11378333 or 6512978. OLE color: 6512978.

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

Color convert

RGB829799-
CMYK0.170.0200.61
HSL187.06º9.39%35.49%-
HSV(B)187.06º17.17%38.82%-
XYZ10.0111.2413.45-
YUV92.74131.53120.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 99 (39.06% from 255) = 35.61%
R=29.50%
G=34.89%
B=35.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8297990.170.0200.61187.069.3935.49
Hex52616311203Dbb923
Octal1221411432120752731143
Binary10100101100001110001110001100111101101110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526163; }

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

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

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

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

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

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

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

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