Html Css Color HEX #504569 Meteorite

📋 copy color: '#504569'

red 80 ◦ green 69 ◦ blue 105

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

Shades of Meteorite #504569

Tints of Meteorite #504569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

 BLUE value IS 105 (41.41% from 255) = 41.34%

R = 31.5%
G = 27.17%
B = 41.34%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#504569 (or 0x504569) is known color: Meteorite. HEX triplet: 50, 45 and 69. RGB value is (80,69,105). Sum of RGB (Red+Green+Blue) = 80+69+105=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #504569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504569 is #AFBA96. Grayscale: #4C4C4C. Windows color (decimal): -11516567 or 6899024. OLE color: 6899024.

HSL color Cylindrical-coordinate representation of color #504569: hue angle of 258.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #504569 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 69 105 -
CMYK 0.24 0.34 0 0.59
HSL 258.33º 0.21% 0.34% -
HSV(B) 258.33º 0.34% 0.41% -
XYZ 7.99 6.98 14.29 -
YUV 76.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 80 69 105 0.24 0.34 0 0.59 258.33 0.21 0.34
Hex 50 45 69 18 22 0 3B 102 15 22
Octal 120 105 151 30 42 0 73 402 25 42
Binary 1010000 1000101 1101001 11000 100010 0 111011 100000010 10101 100010

Color Harmonies of #504569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504569

Black with #504569

Text Example


Text Example

White with #504569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504569; }

 p { color: rgb(80,69,105); }

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

background-color css

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

 a { background-color: rgb(80,69,105); }

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

border-color css

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

 span { border-color: rgb(80,69,105); }

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