#536652

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

Shades of Nandor #536652

Tints of Nandor #536652

Color information

#536652 (or 0x536652) is unknown color: approx Nandor. HEX triplet: 53, 66 and 52. RGB value is (83,102,82). Sum of RGB (Red+Green+Blue) = 83+102+82=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 102 - color contains mainly: green. Hex color #536652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536652 is #AC99AD. Grayscale: #5E5E5E. Windows color (decimal): -11311534 or 5400147. OLE color: 5400147.

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

Color convert

RGB8310282-
CMYK0.1900.200.6
HSL117º10.87%36.08%-
HSV(B)117º19.61%40%-
XYZ9.8411.959.77-
YUV94.04121.21120.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=31.09%
G=38.20%
B=30.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83102820.1900.200.611710.8736.08
Hex536652130143C75b24
Octal12314612223024741651344
Binary1010011110011010100101001101010011110011101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536652; }

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

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

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

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

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

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

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

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