#526550

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

Shades of Nandor #526550

Tints of Nandor #526550

Color information

#526550 (or 0x526550) is unknown color: approx Nandor. HEX triplet: 52, 65 and 50. RGB value is (82,101,80). Sum of RGB (Red+Green+Blue) = 82+101+80=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 101 - color contains mainly: green. Hex color #526550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526550 is #AD9AAF. Grayscale: #5C5C5C. Windows color (decimal): -11377328 or 5268818. OLE color: 5268818.

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

Color convert

RGB8210180-
CMYK0.1900.210.60
HSL114.29º11.6%35.49%-
HSV(B)114.29º20.79%39.61%-
XYZ9.5811.689.34-
YUV92.93120.71120.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 80 (31.64% from 255) = 30.42%
R=31.18%
G=38.40%
B=30.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101800.1900.210.60114.2911.635.49
Hex526550130153C72c23
Octal12214512023025741621443
Binary1010010110010110100001001101010111110011100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526550; }

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

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

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

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

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

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

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

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