Html Css Color HEX #50286A Blue Diamond

📋 copy color: '#50286A'

red 80 ◦ green 40 ◦ blue 106

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

Shades of Blue Diamond #50286A

Tints of Blue Diamond #50286A

RGB

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

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

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

R = 35.4%
G = 17.7%
B = 46.9%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50286A (or 0x50286A) is known color: Blue Diamond. HEX triplet: 50, 28 and 6A. RGB value is (80,40,106). Sum of RGB (Red+Green+Blue) = 80+40+106=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #50286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50286A is #AFD795. Grayscale: #3B3B3B. Windows color (decimal): -11523990 or 6957136. OLE color: 6957136.

HSL color Cylindrical-coordinate representation of color #50286A: hue angle of 276.36º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50286A is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 40 106 -
CMYK 0.25 0.62 0 0.58
HSL 276.36º 0.45% 0.29% -
HSV(B) 276.36º 0.62% 0.42% -
XYZ 6.67 4.26 14.11 -
YUV 59.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 80 40 106 0.25 0.62 0 0.58 276.36 0.45 0.29
Hex 50 28 6A 19 3E 0 3A 114 2D 1D
Octal 120 50 152 31 76 0 72 424 55 35
Binary 1010000 101000 1101010 11001 111110 0 111010 100010100 101101 11101

Color Harmonies of #50286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50286A

Black with #50286A

Text Example


Text Example

White with #50286A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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