Html Css Color HEX #50316C Blue Diamond

📋 copy color: '#50316C'

red 80 ◦ green 49 ◦ blue 108

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

Shades of Blue Diamond #50316C

Tints of Blue Diamond #50316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.68%

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

R = 33.76%
G = 20.68%
B = 45.57%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50316C (or 0x50316C) is known color: Blue Diamond. HEX triplet: 50, 31 and 6C. RGB value is (80,49,108). Sum of RGB (Red+Green+Blue) = 80+49+108=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #50316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50316C is #AFCE93. Grayscale: #404040. Windows color (decimal): -11521684 or 7090512. OLE color: 7090512.

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

Color convert

RGB 80 49 108 -
CMYK 0.26 0.55 0 0.58
HSL 271.53º 0.38% 0.31% -
HSV(B) 271.53º 0.55% 0.42% -
XYZ 7.11 4.98 14.77 -
YUV 65 152.27 138.7 -
System Red Green Blue C M Y K H S L
Decimal 80 49 108 0.26 0.55 0 0.58 271.53 0.38 0.31
Hex 50 31 6C 1A 37 0 3A 110 26 1F
Octal 120 61 154 32 67 0 72 420 46 37
Binary 1010000 110001 1101100 11010 110111 0 111010 100010000 100110 11111

Color Harmonies of #50316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50316C

Black with #50316C

Text Example


Text Example

White with #50316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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