#526551

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

Shades of Nandor #526551

Tints of Nandor #526551

Color information

#526551 (or 0x526551) is unknown color: approx Nandor. HEX triplet: 52, 65 and 51. RGB value is (82,101,81). Sum of RGB (Red+Green+Blue) = 82+101+81=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 101 - color contains mainly: green. Hex color #526551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526551 is #AD9AAE. Grayscale: #5D5D5D. Windows color (decimal): -11377327 or 5334354. OLE color: 5334354.

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

Color convert

RGB8210181-
CMYK0.1900.200.60
HSL117º10.99%35.69%-
HSV(B)117º19.8%39.61%-
XYZ9.6211.79.54-
YUV93.04121.21120.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 101 (39.84% from 255) = 38.26%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=31.06%
G=38.26%
B=30.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101810.1900.200.6011710.9935.69
Hex526551130143C75b24
Octal12214512123024741651344
Binary1010010110010110100011001101010011110011101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526551; }

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

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

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

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

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

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

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

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