#536151

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

Shades of Nandor #536151

Tints of Nandor #536151

Color information

#536151 (or 0x536151) is unknown color: approx Nandor. HEX triplet: 53, 61 and 51. RGB value is (83,97,81). Sum of RGB (Red+Green+Blue) = 83+97+81=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #536151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536151 is #AC9EAE. Grayscale: #5B5B5B. Windows color (decimal): -11312815 or 5333331. OLE color: 5333331.

HSL color Cylindrical-coordinate representation of color #536151: hue angle of 112.5º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #536151 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB839781-
CMYK0.1400.160.62
HSL112.5º8.99%34.9%-
HSV(B)112.5º16.49%38.04%-
XYZ9.3310.989.41-
YUV90.99122.36122.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=31.80%
G=37.16%
B=31.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397810.1400.160.62112.58.9934.9
Hex536151E0103E70923
Octal12314112116020761601143
Binary101001111000011010001111001000011111011100001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536151; }

 p { color: rgb(83,97,81); }

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

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

 a { background-color: rgb(83,97,81); }

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

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

 span { border-color: rgb(83,97,81); }

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