#526466

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

Shades of River Bed #526466

Tints of River Bed #526466

Color information

#526466 (or 0x526466) is unknown color: approx River Bed. HEX triplet: 52, 64 and 66. RGB value is (82,100,102). Sum of RGB (Red+Green+Blue) = 82+100+102=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 102 - color contains mainly: blue. Hex color #526466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526466 is #AD9B99. Grayscale: #5E5E5E. Windows color (decimal): -11377562 or 6710354. OLE color: 6710354.

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

Color convert

RGB82100102-
CMYK0.200.0200.6
HSL186º10.87%36.08%-
HSV(B)186º19.61%40%-
XYZ10.4411.8714.31-
YUV94.85132.04118.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 100 (39.45% from 255) = 35.21%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=28.87%
G=35.21%
B=35.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal821001020.200.0200.618610.8736.08
Hex52646614203Cbab24
Octal1221441462420742721344
Binary10100101100100110011010100100111100101110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526466; }

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

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

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

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

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

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

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

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