#526953

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

Shades of Nandor #526953

Tints of Nandor #526953

Color information

#526953 (or 0x526953) is unknown color: approx Nandor. HEX triplet: 52, 69 and 53. RGB value is (82,105,83). Sum of RGB (Red+Green+Blue) = 82+105+83=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #526953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526953 is #AD96AC. Grayscale: #5F5F5F. Windows color (decimal): -11376301 or 5466450. OLE color: 5466450.

HSL color Cylindrical-coordinate representation of color #526953: hue angle of 122.61º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #526953 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB8210583-
CMYK0.2200.210.59
HSL122.61º12.3%36.67%-
HSV(B)122.61º21.9%41.18%-
XYZ10.0912.5210.07-
YUV95.62120.88118.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 83 (32.81% from 255) = 30.74%
R=30.37%
G=38.89%
B=30.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105830.2200.210.59122.6112.336.67
Hex526953160153B7bc25
Octal12215112326025731731445
Binary1010010110100110100111011001010111101111110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526953; }

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

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

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

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

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

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

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

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