#526654

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

Shades of Nandor #526654

Tints of Nandor #526654

Color information

#526654 (or 0x526654) is unknown color: approx Nandor. HEX triplet: 52, 66 and 54. RGB value is (82,102,84). Sum of RGB (Red+Green+Blue) = 82+102+84=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 102 - color contains mainly: green. Hex color #526654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526654 is #AD99AB. Grayscale: #5E5E5E. Windows color (decimal): -11377068 or 5531218. OLE color: 5531218.

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

Color convert

RGB8210284-
CMYK0.2000.180.6
HSL126º10.87%36.08%-
HSV(B)126º19.61%40%-
XYZ9.8311.9410.17-
YUV93.97122.37119.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 84 (33.20% from 255) = 31.34%
R=30.60%
G=38.06%
B=31.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102840.2000.180.612610.8736.08
Hex526654140123C7eb24
Octal12214612424022741761344
Binary1010010110011010101001010001001011110011111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526654; }

 p { color: rgb(82,102,84); }

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

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

 a { background-color: rgb(82,102,84); }

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

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

 span { border-color: rgb(82,102,84); }

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