Html Css Color HEX #504066 Meteorite

📋 copy color: '#504066'

red 80 ◦ green 64 ◦ blue 102

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

Shades of Meteorite #504066

Tints of Meteorite #504066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.46%

R = 32.52%
G = 26.02%
B = 41.46%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#504066 (or 0x504066) is known color: Meteorite. HEX triplet: 50, 40 and 66. RGB value is (80,64,102). Sum of RGB (Red+Green+Blue) = 80+64+102=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #504066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504066 is #AFBF99. Grayscale: #484848. Windows color (decimal): -11517850 or 6701136. OLE color: 6701136.

HSL color Cylindrical-coordinate representation of color #504066: hue angle of 265.26º 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 #504066 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 64 102 -
CMYK 0.22 0.37 0 0.6
HSL 265.26º 0.23% 0.33% -
HSV(B) 265.26º 0.37% 0.4% -
XYZ 7.54 6.33 13.4 -
YUV 73.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 80 64 102 0.22 0.37 0 0.6 265.26 0.23 0.33
Hex 50 40 66 16 25 0 3C 109 17 21
Octal 120 100 146 26 45 0 74 411 27 41
Binary 1010000 1000000 1100110 10110 100101 0 111100 100001001 10111 100001

Color Harmonies of #504066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504066

Black with #504066

Text Example


Text Example

White with #504066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504066; }

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

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

background-color css

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

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

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

border-color css

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

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

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