Html Css Color HEX #504068 Meteorite

📋 copy color: '#504068'

red 80 ◦ green 64 ◦ blue 104

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

Shades of Meteorite #504068

Tints of Meteorite #504068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

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

R = 32.26%
G = 25.81%
B = 41.94%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#504068 (or 0x504068) is known color: Meteorite. HEX triplet: 50, 40 and 68. RGB value is (80,64,104). Sum of RGB (Red+Green+Blue) = 80+64+104=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #504068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504068 is #AFBF97. Grayscale: #494949. Windows color (decimal): -11517848 or 6832208. OLE color: 6832208.

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

Color convert

RGB 80 64 104 -
CMYK 0.23 0.38 0 0.59
HSL 264º 0.24% 0.33% -
HSV(B) 264º 0.38% 0.41% -
XYZ 7.64 6.37 13.92 -
YUV 73.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 80 64 104 0.23 0.38 0 0.59 264 0.24 0.33
Hex 50 40 68 17 26 0 3B 108 18 21
Octal 120 100 150 27 46 0 73 410 30 41
Binary 1010000 1000000 1101000 10111 100110 0 111011 100001000 11000 100001

Color Harmonies of #504068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504068

Black with #504068

Text Example


Text Example

White with #504068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504068; }

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

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

background-color css

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

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

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

border-color css

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

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

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