#526851

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

Shades of Nandor #526851

Tints of Nandor #526851

Color information

#526851 (or 0x526851) is unknown color: approx Nandor. HEX triplet: 52, 68 and 51. RGB value is (82,104,81). Sum of RGB (Red+Green+Blue) = 82+104+81=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 104 - color contains mainly: green. Hex color #526851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526851 is #AD97AE. Grayscale: #5E5E5E. Windows color (decimal): -11376559 or 5335122. OLE color: 5335122.

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

Color convert

RGB8210481-
CMYK0.2100.220.59
HSL117.39º12.43%36.27%-
HSV(B)117.39º22.12%40.78%-
XYZ9.9212.299.63-
YUV94.8120.21118.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=30.71%
G=38.95%
B=30.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104810.2100.220.59117.3912.4336.27
Hex526851150163B75c24
Octal12215012125026731651444
Binary1010010110100010100011010101011011101111101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526851; }

 p { color: rgb(82,104,81); }

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

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

 a { background-color: rgb(82,104,81); }

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

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

 span { border-color: rgb(82,104,81); }

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