#526753

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

Shades of Nandor #526753

Tints of Nandor #526753

Color information

#526753 (or 0x526753) is unknown color: approx Nandor. HEX triplet: 52, 67 and 53. RGB value is (82,103,83). Sum of RGB (Red+Green+Blue) = 82+103+83=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 103 - color contains mainly: green. Hex color #526753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526753 is #AD98AC. Grayscale: #5E5E5E. Windows color (decimal): -11376813 or 5465938. OLE color: 5465938.

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

Color convert

RGB8210383-
CMYK0.2000.190.60
HSL122.86º11.35%36.27%-
HSV(B)122.86º20.39%40.39%-
XYZ9.8912.1210-
YUV94.44121.54119.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 103 (40.62% from 255) = 38.43%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=30.60%
G=38.43%
B=30.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82103830.2000.190.60122.8611.3536.27
Hex526753140133C7bb24
Octal12214712324023741731344
Binary1010010110011110100111010001001111110011110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526753; }

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

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

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

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

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

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

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

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