Html Css Color HEX #504475 Meteorite

📋 copy color: '#504475'

red 80 ◦ green 68 ◦ blue 117

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

Shades of Meteorite #504475

Tints of Meteorite #504475

RGB

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

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

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

R = 30.19%
G = 25.66%
B = 44.15%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#504475 (or 0x504475) is known color: Meteorite. HEX triplet: 50, 44 and 75. RGB value is (80,68,117). Sum of RGB (Red+Green+Blue) = 80+68+117=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #504475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504475 is #AFBB8A. Grayscale: #4C4C4C. Windows color (decimal): -11516811 or 7685200. OLE color: 7685200.

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

Color convert

RGB 80 68 117 -
CMYK 0.32 0.42 0 0.54
HSL 254.69º 0.26% 0.36% -
HSV(B) 254.69º 0.42% 0.46% -
XYZ 8.59 7.12 17.75 -
YUV 77.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 80 68 117 0.32 0.42 0 0.54 254.69 0.26 0.36
Hex 50 44 75 20 2A 0 36 FF 1A 24
Octal 120 104 165 40 52 0 66 377 32 44
Binary 1010000 1000100 1110101 100000 101010 0 110110 11111111 11010 100100

Color Harmonies of #504475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504475

Black with #504475

Text Example


Text Example

White with #504475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504475; }

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

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

background-color css

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

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

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

border-color css

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

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

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