Html Css Color HEX #50286D Blue Diamond

📋 copy color: '#50286D'

red 80 ◦ green 40 ◦ blue 109

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

Shades of Blue Diamond #50286D

Tints of Blue Diamond #50286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.47%

 BLUE value IS 109 (42.97% from 255) = 47.6%

R = 34.93%
G = 17.47%
B = 47.6%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50286D (or 0x50286D) is known color: Blue Diamond. HEX triplet: 50, 28 and 6D. RGB value is (80,40,109). Sum of RGB (Red+Green+Blue) = 80+40+109=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #50286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50286D is #AFD792. Grayscale: #3B3B3B. Windows color (decimal): -11523987 or 7153744. OLE color: 7153744.

HSL color Cylindrical-coordinate representation of color #50286D: hue angle of 274.78º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50286D is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 40 109 -
CMYK 0.27 0.63 0 0.57
HSL 274.78º 0.46% 0.29% -
HSV(B) 274.78º 0.63% 0.43% -
XYZ 6.83 4.33 14.94 -
YUV 59.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 80 40 109 0.27 0.63 0 0.57 274.78 0.46 0.29
Hex 50 28 6D 1B 3F 0 39 113 2E 1D
Octal 120 50 155 33 77 0 71 423 56 35
Binary 1010000 101000 1101101 11011 111111 0 111001 100010011 101110 11101

Color Harmonies of #50286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50286D

Black with #50286D

Text Example


Text Example

White with #50286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50286D; }

 p { color: rgb(80,40,109); }

 H1.HeaderClassName
 {
   color: #50286D;
 }
 .AnyTagClassName
 {
   color: #50286D;
 }
</style>

background-color css

<style>
 a { background-color: #50286D; }

 a { background-color: rgb(80,40,109); }

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

border-color css

<style>
 span { border-color: #50286D; }

 span { border-color: rgb(80,40,109); }

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