Html Css Color HEX #504167 Meteorite

📋 copy color: '#504167'

red 80 ◦ green 65 ◦ blue 103

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

Shades of Meteorite #504167

Tints of Meteorite #504167

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.21%

 BLUE value IS 103 (40.63% from 255) = 41.53%

R = 32.26%
G = 26.21%
B = 41.53%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#504167 (or 0x504167) is known color: Meteorite. HEX triplet: 50, 41 and 67. RGB value is (80,65,103). Sum of RGB (Red+Green+Blue) = 80+65+103=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #504167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504167 is #AFBE98. Grayscale: #494949. Windows color (decimal): -11517593 or 6766928. OLE color: 6766928.

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

Color convert

RGB 80 65 103 -
CMYK 0.22 0.37 0 0.60
HSL 263.68º 0.23% 0.33% -
HSV(B) 263.68º 0.37% 0.4% -
XYZ 7.65 6.47 13.68 -
YUV 73.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 80 65 103 0.22 0.37 0 0.60 263.68 0.23 0.33
Hex 50 41 67 16 25 0 3C 108 17 21
Octal 120 101 147 26 45 0 74 410 27 41
Binary 1010000 1000001 1100111 10110 100101 0 111100 100001000 10111 100001

Color Harmonies of #504167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504167

Black with #504167

Text Example


Text Example

White with #504167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504167; }

 p { color: rgb(80,65,103); }

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

background-color css

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

 a { background-color: rgb(80,65,103); }

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

border-color css

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

 span { border-color: rgb(80,65,103); }

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