Html Css Color HEX #50366B Blue Diamond

📋 copy color: '#50366B'

red 80 ◦ green 54 ◦ blue 107

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

Shades of Blue Diamond #50366B

Tints of Blue Diamond #50366B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

 BLUE value IS 107 (42.19% from 255) = 44.4%

R = 33.2%
G = 22.41%
B = 44.4%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50366B (or 0x50366B) is known color: Blue Diamond. HEX triplet: 50, 36 and 6B. RGB value is (80,54,107). Sum of RGB (Red+Green+Blue) = 80+54+107=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #50366B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50366B is #AFC994. Grayscale: #434343. Windows color (decimal): -11520405 or 7026256. OLE color: 7026256.

HSL color Cylindrical-coordinate representation of color #50366B: hue angle of 269.43º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50366B is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 54 107 -
CMYK 0.25 0.50 0 0.58
HSL 269.43º 0.33% 0.32% -
HSV(B) 269.43º 0.5% 0.42% -
XYZ 7.28 5.41 14.57 -
YUV 67.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 80 54 107 0.25 0.50 0 0.58 269.43 0.33 0.32
Hex 50 36 6B 19 32 0 3A 10D 21 20
Octal 120 66 153 31 62 0 72 415 41 40
Binary 1010000 110110 1101011 11001 110010 0 111010 100001101 100001 100000

Color Harmonies of #50366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50366B

Black with #50366B

Text Example


Text Example

White with #50366B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50366B; }

 p { color: rgb(80,54,107); }

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

background-color css

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

 a { background-color: rgb(80,54,107); }

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

border-color css

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

 span { border-color: rgb(80,54,107); }

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