Html Css Color HEX #506852 Nandor

📋 copy color: '#506852'

red 80 ◦ green 104 ◦ blue 82

#506852
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nandor #506852

Tints of Nandor #506852

RGB

 RED value IS 80 (31.64% from 255) = 30.08%

 GREEN value IS 104 (41.02% from 255) = 39.1%

 BLUE value IS 82 (32.42% from 255) = 30.83%

R = 30.08%
G = 39.1%
B = 30.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#506852 (or 0x506852) is known color: 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

RGB 80 104 82 -
CMYK 0.23 0 0.21 0.59
HSL 125º 0.13% 0.36% -
HSV(B) 125º 0.23% 0.41% -
XYZ 9.78 12.22 9.82 -
YUV 94.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 80 104 82 0.23 0 0.21 0.59 125 0.13 0.36
Hex 50 68 52 17 0 15 3B 7D D 24
Octal 120 150 122 27 0 25 73 175 15 44
Binary 1010000 1101000 1010010 10111 0 10101 111011 1111101 1101 100100

Color Harmonies of #506852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506852

Black with #506852

Text Example


Text Example

White with #506852

Text Example


Text Example

HTML Codes & Css Web 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>