Html Css Color HEX #504369 Meteorite

📋 copy color: '#504369'

red 80 ◦ green 67 ◦ blue 105

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

Shades of Meteorite #504369

Tints of Meteorite #504369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

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

R = 31.75%
G = 26.59%
B = 41.67%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#504369 (or 0x504369) is known color: Meteorite. HEX triplet: 50, 43 and 69. RGB value is (80,67,105). Sum of RGB (Red+Green+Blue) = 80+67+105=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #504369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504369 is #AFBC96. Grayscale: #4B4B4B. Windows color (decimal): -11517079 or 6898512. OLE color: 6898512.

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

Color convert

RGB 80 67 105 -
CMYK 0.24 0.36 0 0.59
HSL 260.53º 0.22% 0.34% -
HSV(B) 260.53º 0.36% 0.41% -
XYZ 7.87 6.74 14.25 -
YUV 75.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 80 67 105 0.24 0.36 0 0.59 260.53 0.22 0.34
Hex 50 43 69 18 24 0 3B 105 16 22
Octal 120 103 151 30 44 0 73 405 26 42
Binary 1010000 1000011 1101001 11000 100100 0 111011 100000101 10110 100010

Color Harmonies of #504369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504369

Black with #504369

Text Example


Text Example

White with #504369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504369; }

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

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

background-color css

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

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

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

border-color css

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

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

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