#526566

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

Shades of River Bed #526566

Tints of River Bed #526566

Color information

#526566 (or 0x526566) is unknown color: approx River Bed. HEX triplet: 52, 65 and 66. RGB value is (82,101,102). Sum of RGB (Red+Green+Blue) = 82+101+102=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 102 - color contains mainly: blue. Hex color #526566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526566 is #AD9A99. Grayscale: #5F5F5F. Windows color (decimal): -11377306 or 6710610. OLE color: 6710610.

HSL color Cylindrical-coordinate representation of color #526566: hue angle of 183º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #526566 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB82101102-
CMYK0.200.0100.6
HSL183º10.87%36.08%-
HSV(B)183º19.61%40%-
XYZ10.5312.0614.34-
YUV95.43131.71118.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=28.77%
G=35.44%
B=35.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal821011020.200.0100.618310.8736.08
Hex52656614103Cb7b24
Octal1221451462410742671344
Binary1010010110010111001101010010111100101101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526566; }

 p { color: rgb(82,101,102); }

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

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

 a { background-color: rgb(82,101,102); }

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

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

 span { border-color: rgb(82,101,102); }

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