Html Css Color HEX #504272 Meteorite

📋 copy color: '#504272'

red 80 ◦ green 66 ◦ blue 114

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

Shades of Meteorite #504272

Tints of Meteorite #504272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.85%

R = 30.77%
G = 25.38%
B = 43.85%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#504272 (or 0x504272) is known color: Meteorite. HEX triplet: 50, 42 and 72. RGB value is (80,66,114). Sum of RGB (Red+Green+Blue) = 80+66+114=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #504272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504272 is #AFBD8D. Grayscale: #4B4B4B. Windows color (decimal): -11517326 or 7488080. OLE color: 7488080.

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

Color convert

RGB 80 66 114 -
CMYK 0.30 0.42 0 0.55
HSL 257.5º 0.27% 0.35% -
HSV(B) 257.5º 0.42% 0.45% -
XYZ 8.29 6.82 16.8 -
YUV 75.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 80 66 114 0.30 0.42 0 0.55 257.5 0.27 0.35
Hex 50 42 72 1E 2A 0 37 102 1B 23
Octal 120 102 162 36 52 0 67 402 33 43
Binary 1010000 1000010 1110010 11110 101010 0 110111 100000010 11011 100011

Color Harmonies of #504272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504272

Black with #504272

Text Example


Text Example

White with #504272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504272; }

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

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

background-color css

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

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

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

border-color css

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

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

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