Html Css Color HEX #504074 Meteorite

📋 copy color: '#504074'

red 80 ◦ green 64 ◦ blue 116

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

Shades of Meteorite #504074

Tints of Meteorite #504074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.62%

R = 30.77%
G = 24.62%
B = 44.62%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#504074 (or 0x504074) is known color: Meteorite. HEX triplet: 50, 40 and 74. RGB value is (80,64,116). Sum of RGB (Red+Green+Blue) = 80+64+116=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #504074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504074 is #AFBF8B. Grayscale: #4A4A4A. Windows color (decimal): -11517836 or 7618640. OLE color: 7618640.

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

Color convert

RGB 80 64 116 -
CMYK 0.31 0.45 0 0.55
HSL 258.46º 0.29% 0.35% -
HSV(B) 258.46º 0.45% 0.45% -
XYZ 8.29 6.63 17.37 -
YUV 74.71 151.3 131.77 -
System Red Green Blue C M Y K H S L
Decimal 80 64 116 0.31 0.45 0 0.55 258.46 0.29 0.35
Hex 50 40 74 1F 2D 0 37 102 1D 23
Octal 120 100 164 37 55 0 67 402 35 43
Binary 1010000 1000000 1110100 11111 101101 0 110111 100000010 11101 100011

Color Harmonies of #504074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504074

Black with #504074

Text Example


Text Example

White with #504074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504074; }

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

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

background-color css

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

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

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

border-color css

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

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

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