#526665

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

Shades of River Bed #526665

Tints of River Bed #526665

Color information

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

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

Color convert

RGB82102101-
CMYK0.2000.010.6
HSL177º10.87%36.08%-
HSV(B)177º19.61%40%-
XYZ10.5812.2414.12-
YUV95.91130.87118.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal821021010.2000.010.617710.8736.08
Hex52666514013Cb1b24
Octal1221461452401742611344
Binary1010010110011011001011010001111100101100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526665; }

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

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

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

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

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

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

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

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