Html Css Color HEX #504573 Meteorite

📋 copy color: '#504573'

red 80 ◦ green 69 ◦ blue 115

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

Shades of Meteorite #504573

Tints of Meteorite #504573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

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

R = 30.3%
G = 26.14%
B = 43.56%

CMYK

 C value IS 0.30

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#504573 (or 0x504573) is known color: Meteorite. HEX triplet: 50, 45 and 73. RGB value is (80,69,115). Sum of RGB (Red+Green+Blue) = 80+69+115=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #504573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504573 is #AFBA8C. Grayscale: #4D4D4D. Windows color (decimal): -11516557 or 7554384. OLE color: 7554384.

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

Color convert

RGB 80 69 115 -
CMYK 0.30 0.4 0 0.55
HSL 254.35º 0.25% 0.36% -
HSV(B) 254.35º 0.4% 0.45% -
XYZ 8.53 7.2 17.16 -
YUV 77.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 80 69 115 0.30 0.4 0 0.55 254.35 0.25 0.36
Hex 50 45 73 1E 28 0 37 FE 19 24
Octal 120 105 163 36 50 0 67 376 31 44
Binary 1010000 1000101 1110011 11110 101000 0 110111 11111110 11001 100100

Color Harmonies of #504573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504573

Black with #504573

Text Example


Text Example

White with #504573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504573; }

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

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

background-color css

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

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

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

border-color css

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

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

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