Html Css Color HEX #506552 Nandor

📋 copy color: '#506552'

red 80 ◦ green 101 ◦ blue 82

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

Shades of Nandor #506552

Tints of Nandor #506552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.4%

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

R = 30.42%
G = 38.4%
B = 31.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#506552 (or 0x506552) is known color: Nandor. HEX triplet: 50, 65 and 52. RGB value is (80,101,82). Sum of RGB (Red+Green+Blue) = 80+101+82=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 101 - color contains mainly: green. Hex color #506552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506552 is #AF9AAD. Grayscale: #5C5C5C. Windows color (decimal): -11508398 or 5399888. OLE color: 5399888.

HSL color Cylindrical-coordinate representation of color #506552: hue angle of 125.71º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #506552 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 101 82 -
CMYK 0.21 0 0.19 0.60
HSL 125.71º 0.12% 0.35% -
HSV(B) 125.71º 0.21% 0.4% -
XYZ 9.48 11.62 9.73 -
YUV 92.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 80 101 82 0.21 0 0.19 0.60 125.71 0.12 0.35
Hex 50 65 52 15 0 13 3C 7E C 23
Octal 120 145 122 25 0 23 74 176 14 43
Binary 1010000 1100101 1010010 10101 0 10011 111100 1111110 1100 100011

Color Harmonies of #506552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506552

Black with #506552

Text Example


Text Example

White with #506552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506552; }

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

 H1.HeaderClassName
 {
   color: #506552;
 }
 .AnyTagClassName
 {
   color: #506552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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