#536B52

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

Shades of Nandor #536B52

Tints of Nandor #536B52

Color information

#536B52 (or 0x536B52) is unknown color: approx Nandor. HEX triplet: 53, 6B and 52. RGB value is (83,107,82). Sum of RGB (Red+Green+Blue) = 83+107+82=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #536B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B52 is #AC94AD. Grayscale: #616161. Windows color (decimal): -11310254 or 5401427. OLE color: 5401427.

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

Color convert

RGB8310782-
CMYK0.2200.230.58
HSL117.6º13.23%37.06%-
HSV(B)117.6º23.36%41.96%-
XYZ10.3512.969.94-
YUV96.97119.55118.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=30.51%
G=39.34%
B=30.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83107820.2200.230.58117.613.2337.06
Hex536B52160173A76d25
Octal12315312226027721661545
Binary1010011110101110100101011001011111101011101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536B52; }

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

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

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

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

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

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

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

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