Html Css Color HEX #504273 Meteorite

📋 copy color: '#504273'

red 80 ◦ green 66 ◦ blue 115

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

Shades of Meteorite #504273

Tints of Meteorite #504273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.29%

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 30.65%
G = 25.29%
B = 44.06%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#504273 (or 0x504273) is known color: Meteorite. HEX triplet: 50, 42 and 73. RGB value is (80,66,115). Sum of RGB (Red+Green+Blue) = 80+66+115=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #504273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504273 is #AFBD8C. Grayscale: #4B4B4B. Windows color (decimal): -11517325 or 7553616. OLE color: 7553616.

HSL color Cylindrical-coordinate representation of color #504273: hue angle of 257.14º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #504273 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 66 115 -
CMYK 0.30 0.43 0 0.55
HSL 257.14º 0.27% 0.35% -
HSV(B) 257.14º 0.43% 0.45% -
XYZ 8.35 6.84 17.1 -
YUV 75.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 80 66 115 0.30 0.43 0 0.55 257.14 0.27 0.35
Hex 50 42 73 1E 2B 0 37 101 1B 23
Octal 120 102 163 36 53 0 67 401 33 43
Binary 1010000 1000010 1110011 11110 101011 0 110111 100000001 11011 100011

Color Harmonies of #504273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504273

Black with #504273

Text Example


Text Example

White with #504273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504273; }

 p { color: rgb(80,66,115); }

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

background-color css

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

 a { background-color: rgb(80,66,115); }

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

border-color css

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

 span { border-color: rgb(80,66,115); }

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