Html Css Color HEX #50386A Blue Diamond

📋 copy color: '#50386A'

red 80 ◦ green 56 ◦ blue 106

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

Shades of Blue Diamond #50386A

Tints of Blue Diamond #50386A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.14%

 BLUE value IS 106 (41.8% from 255) = 43.8%

R = 33.06%
G = 23.14%
B = 43.8%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50386A (or 0x50386A) is known color: Blue Diamond. HEX triplet: 50, 38 and 6A. RGB value is (80,56,106). Sum of RGB (Red+Green+Blue) = 80+56+106=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 106 - color contains mainly: blue. Hex color #50386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50386A is #AFC795. Grayscale: #444444. Windows color (decimal): -11519894 or 6961232. OLE color: 6961232.

HSL color Cylindrical-coordinate representation of color #50386A: hue angle of 268.8º 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 #50386A is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 56 106 -
CMYK 0.25 0.47 0 0.58
HSL 268.8º 0.31% 0.32% -
HSV(B) 268.8º 0.47% 0.42% -
XYZ 7.32 5.57 14.33 -
YUV 68.88 148.95 135.93 -
System Red Green Blue C M Y K H S L
Decimal 80 56 106 0.25 0.47 0 0.58 268.8 0.31 0.32
Hex 50 38 6A 19 2F 0 3A 10D 1F 20
Octal 120 70 152 31 57 0 72 415 37 40
Binary 1010000 111000 1101010 11001 101111 0 111010 100001101 11111 100000

Color Harmonies of #50386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50386A

Black with #50386A

Text Example


Text Example

White with #50386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50386A; }

 p { color: rgb(80,56,106); }

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

background-color css

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

 a { background-color: rgb(80,56,106); }

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

border-color css

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

 span { border-color: rgb(80,56,106); }

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