Html Css Color HEX #504468 Meteorite

📋 copy color: '#504468'

red 80 ◦ green 68 ◦ blue 104

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

Shades of Meteorite #504468

Tints of Meteorite #504468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.27%

R = 31.75%
G = 26.98%
B = 41.27%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#504468 (or 0x504468) is known color: Meteorite. HEX triplet: 50, 44 and 68. RGB value is (80,68,104). Sum of RGB (Red+Green+Blue) = 80+68+104=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #504468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504468 is #AFBB97. Grayscale: #4B4B4B. Windows color (decimal): -11516824 or 6833232. OLE color: 6833232.

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

Color convert

RGB 80 68 104 -
CMYK 0.23 0.35 0 0.59
HSL 260º 0.21% 0.34% -
HSV(B) 260º 0.35% 0.41% -
XYZ 7.87 6.84 14 -
YUV 75.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 80 68 104 0.23 0.35 0 0.59 260 0.21 0.34
Hex 50 44 68 17 23 0 3B 104 15 22
Octal 120 104 150 27 43 0 73 404 25 42
Binary 1010000 1000100 1101000 10111 100011 0 111011 100000100 10101 100010

Color Harmonies of #504468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504468

Black with #504468

Text Example


Text Example

White with #504468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504468; }

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

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

background-color css

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

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

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

border-color css

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

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

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