#536552

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

Shades of Nandor #536552

Tints of Nandor #536552

Color information

#536552 (or 0x536552) is unknown color: approx Nandor. HEX triplet: 53, 65 and 52. RGB value is (83,101,82). Sum of RGB (Red+Green+Blue) = 83+101+82=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 101 - color contains mainly: green. Hex color #536552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536552 is #AC9AAD. Grayscale: #5D5D5D. Windows color (decimal): -11311790 or 5399891. OLE color: 5399891.

HSL color Cylindrical-coordinate representation of color #536552: hue angle of 116.84º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #536552 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB8310182-
CMYK0.1800.190.60
HSL116.84º10.38%35.88%-
HSV(B)116.84º18.81%39.61%-
XYZ9.7411.769.74-
YUV93.45121.54120.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 101 (39.84% from 255) = 37.97%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=31.20%
G=37.97%
B=30.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101820.1800.190.60116.8410.3835.88
Hex536552120133C75a24
Octal12314512222023741651244
Binary1010011110010110100101001001001111110011101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536552; }

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

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

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

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

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

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

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

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