Html Css Color HEX #50286C Blue Diamond

📋 copy color: '#50286C'

red 80 ◦ green 40 ◦ blue 108

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

Shades of Blue Diamond #50286C

Tints of Blue Diamond #50286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.37%

R = 35.09%
G = 17.54%
B = 47.37%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50286C (or 0x50286C) is known color: Blue Diamond. HEX triplet: 50, 28 and 6C. RGB value is (80,40,108). Sum of RGB (Red+Green+Blue) = 80+40+108=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #50286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50286C is #AFD793. Grayscale: #3B3B3B. Windows color (decimal): -11523988 or 7088208. OLE color: 7088208.

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

Color convert

RGB 80 40 108 -
CMYK 0.26 0.63 0 0.58
HSL 275.29º 0.46% 0.29% -
HSV(B) 275.29º 0.63% 0.42% -
XYZ 6.77 4.31 14.66 -
YUV 59.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 80 40 108 0.26 0.63 0 0.58 275.29 0.46 0.29
Hex 50 28 6C 1A 3F 0 3A 113 2E 1D
Octal 120 50 154 32 77 0 72 423 56 35
Binary 1010000 101000 1101100 11010 111111 0 111010 100010011 101110 11101

Color Harmonies of #50286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50286C

Black with #50286C

Text Example


Text Example

White with #50286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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