Html Css Color HEX #504472 Meteorite

📋 copy color: '#504472'

red 80 ◦ green 68 ◦ blue 114

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

Shades of Meteorite #504472

Tints of Meteorite #504472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

 BLUE value IS 114 (44.92% from 255) = 43.51%

R = 30.53%
G = 25.95%
B = 43.51%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#504472 (or 0x504472) is known color: Meteorite. HEX triplet: 50, 44 and 72. RGB value is (80,68,114). Sum of RGB (Red+Green+Blue) = 80+68+114=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #504472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504472 is #AFBB8D. Grayscale: #4C4C4C. Windows color (decimal): -11516814 or 7488592. OLE color: 7488592.

HSL color Cylindrical-coordinate representation of color #504472: hue angle of 255.65º 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 #504472 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 68 114 -
CMYK 0.30 0.40 0 0.55
HSL 255.65º 0.25% 0.36% -
HSV(B) 255.65º 0.4% 0.45% -
XYZ 8.41 7.05 16.84 -
YUV 76.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 80 68 114 0.30 0.40 0 0.55 255.65 0.25 0.36
Hex 50 44 72 1E 28 0 37 100 19 24
Octal 120 104 162 36 50 0 67 400 31 44
Binary 1010000 1000100 1110010 11110 101000 0 110111 100000000 11001 100100

Color Harmonies of #504472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504472

Black with #504472

Text Example


Text Example

White with #504472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504472; }

 p { color: rgb(80,68,114); }

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

background-color css

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

 a { background-color: rgb(80,68,114); }

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

border-color css

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

 span { border-color: rgb(80,68,114); }

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