#526353

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

Shades of Nandor #526353

Tints of Nandor #526353

Color information

#526353 (or 0x526353) is unknown color: approx Nandor. HEX triplet: 52, 63 and 53. RGB value is (82,99,83). Sum of RGB (Red+Green+Blue) = 82+99+83=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 99 - color contains mainly: green. Hex color #526353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526353 is #AD9CAC. Grayscale: #5C5C5C. Windows color (decimal): -11377837 or 5464914. OLE color: 5464914.

HSL color Cylindrical-coordinate representation of color #526353: hue angle of 123.53º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #526353 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB829983-
CMYK0.1700.160.61
HSL123.53º9.39%35.49%-
HSV(B)123.53º17.17%38.82%-
XYZ9.511.349.87-
YUV92.09122.87120.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 83 (32.81% from 255) = 31.44%
R=31.06%
G=37.5%
B=31.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299830.1700.160.61123.539.3935.49
Hex526353110103D7c923
Octal12214312321020751741143
Binary1010010110001110100111000101000011110111111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526353; }

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

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

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

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

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

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

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

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