#526B50

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

Shades of Nandor #526B50

Tints of Nandor #526B50

Color information

#526B50 (or 0x526B50) is unknown color: approx Nandor. HEX triplet: 52, 6B and 50. RGB value is (82,107,80). Sum of RGB (Red+Green+Blue) = 82+107+80=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 107 - color contains mainly: green. Hex color #526B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B50 is #AD94AF. Grayscale: #606060. Windows color (decimal): -11375792 or 5270354. OLE color: 5270354.

HSL color Cylindrical-coordinate representation of color #526B50: hue angle of 115.56º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526B50 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB8210780-
CMYK0.2300.250.58
HSL115.56º14.44%36.67%-
HSV(B)115.56º25.23%41.96%-
XYZ10.1912.899.54-
YUV96.45118.72117.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 107 (42.19% from 255) = 39.78%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=30.48%
G=39.78%
B=29.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82107800.2300.250.58115.5614.4436.67
Hex526B50170193A74e25
Octal12215312027031721641645
Binary1010010110101110100001011101100111101011101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526B50; }

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

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

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

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

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

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

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

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