Html Css Color HEX #50286E Blue Diamond

📋 copy color: '#50286E'

red 80 ◦ green 40 ◦ blue 110

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

Shades of Blue Diamond #50286E

Tints of Blue Diamond #50286E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.83%

R = 34.78%
G = 17.39%
B = 47.83%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50286E (or 0x50286E) is known color: Blue Diamond. HEX triplet: 50, 28 and 6E. RGB value is (80,40,110). Sum of RGB (Red+Green+Blue) = 80+40+110=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #50286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50286E is #AFD791. Grayscale: #3B3B3B. Windows color (decimal): -11523986 or 7219280. OLE color: 7219280.

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

Color convert

RGB 80 40 110 -
CMYK 0.27 0.64 0 0.57
HSL 274.29º 0.47% 0.29% -
HSV(B) 274.29º 0.64% 0.43% -
XYZ 6.88 4.35 15.23 -
YUV 59.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 80 40 110 0.27 0.64 0 0.57 274.29 0.47 0.29
Hex 50 28 6E 1B 40 0 39 112 2F 1D
Octal 120 50 156 33 100 0 71 422 57 35
Binary 1010000 101000 1101110 11011 1000000 0 111001 100010010 101111 11101

Color Harmonies of #50286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50286E

Black with #50286E

Text Example


Text Example

White with #50286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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