Html Css Color HEX #50396C Meteorite

📋 copy color: '#50396C'

red 80 ◦ green 57 ◦ blue 108

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

Shades of Meteorite #50396C

Tints of Meteorite #50396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.27%

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 32.65%
G = 23.27%
B = 44.08%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50396C (or 0x50396C) is known color: Meteorite. HEX triplet: 50, 39 and 6C. RGB value is (80,57,108). Sum of RGB (Red+Green+Blue) = 80+57+108=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #50396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50396C is #AFC693. Grayscale: #454545. Windows color (decimal): -11519636 or 7092560. OLE color: 7092560.

HSL color Cylindrical-coordinate representation of color #50396C: hue angle of 267.06º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50396C is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 57 108 -
CMYK 0.26 0.47 0 0.58
HSL 267.06º 0.31% 0.32% -
HSV(B) 267.06º 0.47% 0.42% -
XYZ 7.48 5.71 14.9 -
YUV 69.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 80 57 108 0.26 0.47 0 0.58 267.06 0.31 0.32
Hex 50 39 6C 1A 2F 0 3A 10B 1F 20
Octal 120 71 154 32 57 0 72 413 37 40
Binary 1010000 111001 1101100 11010 101111 0 111010 100001011 11111 100000

Color Harmonies of #50396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50396C

Black with #50396C

Text Example


Text Example

White with #50396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50396C; }

 p { color: rgb(80,57,108); }

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

background-color css

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

 a { background-color: rgb(80,57,108); }

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

border-color css

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

 span { border-color: rgb(80,57,108); }

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