Html Css Color HEX #504075 Meteorite

📋 copy color: '#504075'

red 80 ◦ green 64 ◦ blue 117

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

Shades of Meteorite #504075

Tints of Meteorite #504075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.83%

R = 30.65%
G = 24.52%
B = 44.83%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#504075 (or 0x504075) is known color: Meteorite. HEX triplet: 50, 40 and 75. RGB value is (80,64,117). Sum of RGB (Red+Green+Blue) = 80+64+117=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #504075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504075 is #AFBF8A. Grayscale: #4A4A4A. Windows color (decimal): -11517835 or 7684176. OLE color: 7684176.

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

Color convert

RGB 80 64 117 -
CMYK 0.32 0.45 0 0.54
HSL 258.11º 0.29% 0.35% -
HSV(B) 258.11º 0.45% 0.46% -
XYZ 8.35 6.66 17.67 -
YUV 74.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 80 64 117 0.32 0.45 0 0.54 258.11 0.29 0.35
Hex 50 40 75 20 2D 0 36 102 1D 23
Octal 120 100 165 40 55 0 66 402 35 43
Binary 1010000 1000000 1110101 100000 101101 0 110110 100000010 11101 100011

Color Harmonies of #504075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504075

Black with #504075

Text Example


Text Example

White with #504075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504075; }

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

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

background-color css

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

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

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

border-color css

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

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

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