Html Css Color HEX #50456F Meteorite

📋 copy color: '#50456F'

red 80 ◦ green 69 ◦ blue 111

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

Shades of Meteorite #50456F

Tints of Meteorite #50456F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.54%

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 30.77%
G = 26.54%
B = 42.69%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50456F (or 0x50456F) is known color: Meteorite. HEX triplet: 50, 45 and 6F. RGB value is (80,69,111). Sum of RGB (Red+Green+Blue) = 80+69+111=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #50456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50456F is #AFBA90. Grayscale: #4C4C4C. Windows color (decimal): -11516561 or 7292240. OLE color: 7292240.

HSL color Cylindrical-coordinate representation of color #50456F: hue angle of 255.71º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50456F is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 69 111 -
CMYK 0.28 0.38 0 0.56
HSL 255.71º 0.23% 0.35% -
HSV(B) 255.71º 0.38% 0.44% -
XYZ 8.31 7.11 15.97 -
YUV 77.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 80 69 111 0.28 0.38 0 0.56 255.71 0.23 0.35
Hex 50 45 6F 1C 26 0 38 100 17 23
Octal 120 105 157 34 46 0 70 400 27 43
Binary 1010000 1000101 1101111 11100 100110 0 111000 100000000 10111 100011

Color Harmonies of #50456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50456F

Black with #50456F

Text Example


Text Example

White with #50456F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50456F; }

 p { color: rgb(80,69,111); }

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

background-color css

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

 a { background-color: rgb(80,69,111); }

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

border-color css

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

 span { border-color: rgb(80,69,111); }

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