#526365

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

Shades of River Bed #526365

Tints of River Bed #526365

Color information

#526365 (or 0x526365) is unknown color: approx River Bed. HEX triplet: 52, 63 and 65. RGB value is (82,99,101). Sum of RGB (Red+Green+Blue) = 82+99+101=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 101 - color contains mainly: blue. Hex color #526365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526365 is #AD9C9A. Grayscale: #5E5E5E. Windows color (decimal): -11377819 or 6644562. OLE color: 6644562.

HSL color Cylindrical-coordinate representation of color #526365: hue angle of 186.32º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #526365 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8299101-
CMYK0.190.0200.60
HSL186.32º10.38%35.88%-
HSV(B)186.32º18.81%39.61%-
XYZ10.2911.6614.02-
YUV94.14131.87119.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 101 (39.84% from 255) = 35.82%
R=29.08%
G=35.11%
B=35.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82991010.190.0200.60186.3210.3835.88
Hex52636513203Cbaa24
Octal1221431452320742721244
Binary10100101100011110010110011100111100101110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526365; }

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

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

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

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

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

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

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

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