#526164

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

Shades of River Bed #526164

Tints of River Bed #526164

Color information

#526164 (or 0x526164) is unknown color: approx River Bed. HEX triplet: 52, 61 and 64. RGB value is (82,97,100). Sum of RGB (Red+Green+Blue) = 82+97+100=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 100 - color contains mainly: blue. Hex color #526164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526164 is #AD9E9B. Grayscale: #5C5C5C. Windows color (decimal): -11378332 or 6578514. OLE color: 6578514.

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

Color convert

RGB8297100-
CMYK0.180.0300.61
HSL190º9.89%35.69%-
HSV(B)190º18%39.22%-
XYZ10.0511.2613.7-
YUV92.86132.03120.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=29.39%
G=34.77%
B=35.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal82971000.180.0300.611909.8935.69
Hex52616412303Dbea24
Octal1221411442230752761244
Binary10100101100001110010010010110111101101111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526164; }

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

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

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

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

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

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

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

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