Html Css Color HEX #504169 Meteorite

📋 copy color: '#504169'

red 80 ◦ green 65 ◦ blue 105

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

Shades of Meteorite #504169

Tints of Meteorite #504169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42%

R = 32%
G = 26%
B = 42%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#504169 (or 0x504169) is known color: Meteorite. HEX triplet: 50, 41 and 69. RGB value is (80,65,105). Sum of RGB (Red+Green+Blue) = 80+65+105=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #504169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504169 is #AFBE96. Grayscale: #494949. Windows color (decimal): -11517591 or 6898000. OLE color: 6898000.

HSL color Cylindrical-coordinate representation of color #504169: hue angle of 262.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504169 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 65 105 -
CMYK 0.24 0.38 0 0.59
HSL 262.5º 0.24% 0.33% -
HSV(B) 262.5º 0.38% 0.41% -
XYZ 7.75 6.51 14.21 -
YUV 74.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 80 65 105 0.24 0.38 0 0.59 262.5 0.24 0.33
Hex 50 41 69 18 26 0 3B 106 18 21
Octal 120 101 151 30 46 0 73 406 30 41
Binary 1010000 1000001 1101001 11000 100110 0 111011 100000110 11000 100001

Color Harmonies of #504169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504169

Black with #504169

Text Example


Text Example

White with #504169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504169; }

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

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

background-color css

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

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

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

border-color css

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

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

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