Html Css Color HEX #504867 Meteorite

📋 copy color: '#504867'

red 80 ◦ green 72 ◦ blue 103

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

Shades of Meteorite #504867

Tints of Meteorite #504867

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

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

R = 31.37%
G = 28.24%
B = 40.39%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#504867 (or 0x504867) is known color: Meteorite. HEX triplet: 50, 48 and 67. RGB value is (80,72,103). Sum of RGB (Red+Green+Blue) = 80+72+103=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 103 - color contains mainly: blue. Hex color #504867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504867 is #AFB798. Grayscale: #4D4D4D. Windows color (decimal): -11515801 or 6768720. OLE color: 6768720.

HSL color Cylindrical-coordinate representation of color #504867: hue angle of 255.48º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #504867 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 72 103 -
CMYK 0.22 0.30 0 0.60
HSL 255.48º 0.18% 0.34% -
HSV(B) 255.48º 0.3% 0.4% -
XYZ 8.07 7.32 13.82 -
YUV 77.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 80 72 103 0.22 0.30 0 0.60 255.48 0.18 0.34
Hex 50 48 67 16 1E 0 3C FF 12 22
Octal 120 110 147 26 36 0 74 377 22 42
Binary 1010000 1001000 1100111 10110 11110 0 111100 11111111 10010 100010

Color Harmonies of #504867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504867

Black with #504867

Text Example


Text Example

White with #504867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504867; }

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

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

background-color css

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

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

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

border-color css

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

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

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