#526153

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

Shades of Nandor #526153

Tints of Nandor #526153

Color information

#526153 (or 0x526153) is unknown color: approx Nandor. HEX triplet: 52, 61 and 53. RGB value is (82,97,83). Sum of RGB (Red+Green+Blue) = 82+97+83=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #526153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526153 is #AD9EAC. Grayscale: #5A5A5A. Windows color (decimal): -11378349 or 5464402. OLE color: 5464402.

HSL color Cylindrical-coordinate representation of color #526153: hue angle of 124º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #526153 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB829783-
CMYK0.1500.140.62
HSL124º8.38%35.1%-
HSV(B)124º15.46%38.04%-
XYZ9.3210.979.81-
YUV90.92123.53121.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 83 (32.81% from 255) = 31.68%
R=31.30%
G=37.02%
B=31.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297830.1500.140.621248.3835.1
Hex526153F0E3E7c823
Octal12214112317016761741043
Binary10100101100001101001111110111011111011111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526153; }

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

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

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

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

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

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

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

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