#536752

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

Shades of Nandor #536752

Tints of Nandor #536752

Color information

#536752 (or 0x536752) is unknown color: approx Nandor. HEX triplet: 53, 67 and 52. RGB value is (83,103,82). Sum of RGB (Red+Green+Blue) = 83+103+82=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 103 - color contains mainly: green. Hex color #536752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536752 is #AC98AD. Grayscale: #5E5E5E. Windows color (decimal): -11311278 or 5400403. OLE color: 5400403.

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

Color convert

RGB8310382-
CMYK0.1900.200.60
HSL117.14º11.35%36.27%-
HSV(B)117.14º20.39%40.39%-
XYZ9.9412.159.8-
YUV94.63120.87119.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 103 (40.62% from 255) = 38.43%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=30.97%
G=38.43%
B=30.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83103820.1900.200.60117.1411.3536.27
Hex536752130143C75b24
Octal12314712223024741651344
Binary1010011110011110100101001101010011110011101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536752; }

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

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

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

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

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

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

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

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