Html Css Color HEX #504072 Meteorite

📋 copy color: '#504072'

red 80 ◦ green 64 ◦ blue 114

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

Shades of Meteorite #504072

Tints of Meteorite #504072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.81%

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

R = 31.01%
G = 24.81%
B = 44.19%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#504072 (or 0x504072) is known color: Meteorite. HEX triplet: 50, 40 and 72. RGB value is (80,64,114). Sum of RGB (Red+Green+Blue) = 80+64+114=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #504072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504072 is #AFBF8D. Grayscale: #4A4A4A. Windows color (decimal): -11517838 or 7487568. OLE color: 7487568.

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

Color convert

RGB 80 64 114 -
CMYK 0.30 0.44 0 0.55
HSL 259.2º 0.28% 0.35% -
HSV(B) 259.2º 0.44% 0.45% -
XYZ 8.18 6.59 16.76 -
YUV 74.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 80 64 114 0.30 0.44 0 0.55 259.2 0.28 0.35
Hex 50 40 72 1E 2C 0 37 103 1C 23
Octal 120 100 162 36 54 0 67 403 34 43
Binary 1010000 1000000 1110010 11110 101100 0 110111 100000011 11100 100011

Color Harmonies of #504072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504072

Black with #504072

Text Example


Text Example

White with #504072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504072; }

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

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

background-color css

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

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

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

border-color css

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

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

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