Html Css Color HEX #504A6C Meteorite

📋 copy color: '#504A6C'

red 80 ◦ green 74 ◦ blue 108

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

Shades of Meteorite #504A6C

Tints of Meteorite #504A6C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.24%

 BLUE value IS 108 (42.58% from 255) = 41.22%

R = 30.53%
G = 28.24%
B = 41.22%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#504A6C (or 0x504A6C) is known color: Meteorite. HEX triplet: 50, 4A and 6C. RGB value is (80,74,108). Sum of RGB (Red+Green+Blue) = 80+74+108=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #504A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504A6C is #AFB593. Grayscale: #4F4F4F. Windows color (decimal): -11515284 or 7096912. OLE color: 7096912.

HSL color Cylindrical-coordinate representation of color #504A6C: hue angle of 250.59º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #504A6C is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 74 108 -
CMYK 0.26 0.31 0 0.58
HSL 250.59º 0.19% 0.36% -
HSV(B) 250.59º 0.31% 0.42% -
XYZ 8.46 7.69 15.22 -
YUV 79.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 80 74 108 0.26 0.31 0 0.58 250.59 0.19 0.36
Hex 50 4A 6C 1A 1F 0 3A FB 13 24
Octal 120 112 154 32 37 0 72 373 23 44
Binary 1010000 1001010 1101100 11010 11111 0 111010 11111011 10011 100100

Color Harmonies of #504A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504A6C

Black with #504A6C

Text Example


Text Example

White with #504A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504A6C; }

 p { color: rgb(80,74,108); }

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

background-color css

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

 a { background-color: rgb(80,74,108); }

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

border-color css

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

 span { border-color: rgb(80,74,108); }

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