Html Css Color HEX #504170 Meteorite

📋 copy color: '#504170'

red 80 ◦ green 65 ◦ blue 112

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

Shades of Meteorite #504170

Tints of Meteorite #504170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

 BLUE value IS 112 (44.14% from 255) = 43.58%

R = 31.13%
G = 25.29%
B = 43.58%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#504170 (or 0x504170) is known color: Meteorite. HEX triplet: 50, 41 and 70. RGB value is (80,65,112). Sum of RGB (Red+Green+Blue) = 80+65+112=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #504170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504170 is #AFBE8F. Grayscale: #4A4A4A. Windows color (decimal): -11517584 or 7356752. OLE color: 7356752.

HSL color Cylindrical-coordinate representation of color #504170: hue angle of 259.15º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #504170 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 65 112 -
CMYK 0.29 0.42 0 0.56
HSL 259.15º 0.27% 0.35% -
HSV(B) 259.15º 0.42% 0.44% -
XYZ 8.12 6.66 16.19 -
YUV 74.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 80 65 112 0.29 0.42 0 0.56 259.15 0.27 0.35
Hex 50 41 70 1D 2A 0 38 103 1B 23
Octal 120 101 160 35 52 0 70 403 33 43
Binary 1010000 1000001 1110000 11101 101010 0 111000 100000011 11011 100011

Color Harmonies of #504170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504170

Black with #504170

Text Example


Text Example

White with #504170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504170; }

 p { color: rgb(80,65,112); }

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

background-color css

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

 a { background-color: rgb(80,65,112); }

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

border-color css

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

 span { border-color: rgb(80,65,112); }

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