#506852

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

Shades of Nandor #506852

Tints of Nandor #506852

Color information

#506852 (or 0x506852) is unknown color: approx Nandor. HEX triplet: 50, 68 and 52. RGB value is (80,104,82). Sum of RGB (Red+Green+Blue) = 80+104+82=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 104 - color contains mainly: green. Hex color #506852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506852 is #AF97AD. Grayscale: #5E5E5E. Windows color (decimal): -11507630 or 5400656. OLE color: 5400656.

HSL color Cylindrical-coordinate representation of color #506852: hue angle of 125º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #506852 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB8010482-
CMYK0.2300.210.59
HSL125º13.04%36.08%-
HSV(B)125º23.08%40.78%-
XYZ9.7812.229.82-
YUV94.32121.05117.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=30.08%
G=39.10%
B=30.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104820.2300.210.5912513.0436.08
Hex506852170153B7dd24
Octal12015012227025731751544
Binary1010000110100010100101011101010111101111111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506852; }

 p { color: rgb(80,104,82); }

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

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

 a { background-color: rgb(80,104,82); }

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

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

 span { border-color: rgb(80,104,82); }

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