Html Css Color HEX #504274 Meteorite

📋 copy color: '#504274'

red 80 ◦ green 66 ◦ blue 116

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

Shades of Meteorite #504274

Tints of Meteorite #504274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

 BLUE value IS 116 (45.7% from 255) = 44.27%

R = 30.53%
G = 25.19%
B = 44.27%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#504274 (or 0x504274) is known color: Meteorite. HEX triplet: 50, 42 and 74. RGB value is (80,66,116). Sum of RGB (Red+Green+Blue) = 80+66+116=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #504274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504274 is #AFBD8B. Grayscale: #4B4B4B. Windows color (decimal): -11517324 or 7619152. OLE color: 7619152.

HSL color Cylindrical-coordinate representation of color #504274: hue angle of 256.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #504274 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 66 116 -
CMYK 0.31 0.43 0 0.55
HSL 256.8º 0.27% 0.36% -
HSV(B) 256.8º 0.43% 0.45% -
XYZ 8.41 6.86 17.4 -
YUV 75.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 80 66 116 0.31 0.43 0 0.55 256.8 0.27 0.36
Hex 50 42 74 1F 2B 0 37 101 1B 24
Octal 120 102 164 37 53 0 67 401 33 44
Binary 1010000 1000010 1110100 11111 101011 0 110111 100000001 11011 100100

Color Harmonies of #504274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504274

Black with #504274

Text Example


Text Example

White with #504274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504274; }

 p { color: rgb(80,66,116); }

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

background-color css

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

 a { background-color: rgb(80,66,116); }

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

border-color css

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

 span { border-color: rgb(80,66,116); }

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