Html Css Color HEX #504365 Meteorite

📋 copy color: '#504365'

red 80 ◦ green 67 ◦ blue 101

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

Shades of Meteorite #504365

Tints of Meteorite #504365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 32.26%
G = 27.02%
B = 40.73%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#504365 (or 0x504365) is known color: Meteorite. HEX triplet: 50, 43 and 65. RGB value is (80,67,101). Sum of RGB (Red+Green+Blue) = 80+67+101=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #504365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504365 is #AFBC9A. Grayscale: #4A4A4A. Windows color (decimal): -11517083 or 6636368. OLE color: 6636368.

HSL color Cylindrical-coordinate representation of color #504365: hue angle of 262.94º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #504365 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 67 101 -
CMYK 0.21 0.34 0 0.60
HSL 262.94º 0.2% 0.33% -
HSV(B) 262.94º 0.34% 0.4% -
XYZ 7.66 6.66 13.19 -
YUV 74.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 80 67 101 0.21 0.34 0 0.60 262.94 0.2 0.33
Hex 50 43 65 15 22 0 3C 107 14 21
Octal 120 103 145 25 42 0 74 407 24 41
Binary 1010000 1000011 1100101 10101 100010 0 111100 100000111 10100 100001

Color Harmonies of #504365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504365

Black with #504365

Text Example


Text Example

White with #504365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504365; }

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

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

background-color css

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

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

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

border-color css

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

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

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