Html Css Color HEX #504668 Meteorite

📋 copy color: '#504668'

red 80 ◦ green 70 ◦ blue 104

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

Shades of Meteorite #504668

Tints of Meteorite #504668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 31.5%
G = 27.56%
B = 40.94%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#504668 (or 0x504668) is known color: Meteorite. HEX triplet: 50, 46 and 68. RGB value is (80,70,104). Sum of RGB (Red+Green+Blue) = 80+70+104=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #504668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504668 is #AFB997. Grayscale: #4C4C4C. Windows color (decimal): -11516312 or 6833744. OLE color: 6833744.

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

Color convert

RGB 80 70 104 -
CMYK 0.23 0.33 0 0.59
HSL 257.65º 0.2% 0.34% -
HSV(B) 257.65º 0.33% 0.41% -
XYZ 8 7.09 14.04 -
YUV 76.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 80 70 104 0.23 0.33 0 0.59 257.65 0.2 0.34
Hex 50 46 68 17 21 0 3B 102 14 22
Octal 120 106 150 27 41 0 73 402 24 42
Binary 1010000 1000110 1101000 10111 100001 0 111011 100000010 10100 100010

Color Harmonies of #504668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504668

Black with #504668

Text Example


Text Example

White with #504668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504668; }

 p { color: rgb(80,70,104); }

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

background-color css

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

 a { background-color: rgb(80,70,104); }

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

border-color css

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

 span { border-color: rgb(80,70,104); }

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