Html Css Color HEX #504465 Meteorite

📋 copy color: '#504465'

red 80 ◦ green 68 ◦ blue 101

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

Shades of Meteorite #504465

Tints of Meteorite #504465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

 BLUE value IS 101 (39.84% from 255) = 40.56%

R = 32.13%
G = 27.31%
B = 40.56%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#504465 (or 0x504465) is known color: Meteorite. HEX triplet: 50, 44 and 65. RGB value is (80,68,101). Sum of RGB (Red+Green+Blue) = 80+68+101=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 101 - color contains mainly: blue. Hex color #504465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504465 is #AFBB9A. Grayscale: #4B4B4B. Windows color (decimal): -11516827 or 6636624. OLE color: 6636624.

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

Color convert

RGB 80 68 101 -
CMYK 0.21 0.33 0 0.60
HSL 261.82º 0.2% 0.33% -
HSV(B) 261.82º 0.33% 0.4% -
XYZ 7.72 6.78 13.21 -
YUV 75.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 80 68 101 0.21 0.33 0 0.60 261.82 0.2 0.33
Hex 50 44 65 15 21 0 3C 106 14 21
Octal 120 104 145 25 41 0 74 406 24 41
Binary 1010000 1000100 1100101 10101 100001 0 111100 100000110 10100 100001

Color Harmonies of #504465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504465

Black with #504465

Text Example


Text Example

White with #504465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504465; }

 p { color: rgb(80,68,101); }

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

background-color css

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

 a { background-color: rgb(80,68,101); }

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

border-color css

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

 span { border-color: rgb(80,68,101); }

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