Html Css Color HEX #502873 Blue Diamond

📋 copy color: '#502873'

red 80 ◦ green 40 ◦ blue 115

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

Shades of Blue Diamond #502873

Tints of Blue Diamond #502873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.94%

R = 34.04%
G = 17.02%
B = 48.94%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#502873 (or 0x502873) is known color: Blue Diamond. HEX triplet: 50, 28 and 73. RGB value is (80,40,115). Sum of RGB (Red+Green+Blue) = 80+40+115=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #502873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502873 is #AFD78C. Grayscale: #3C3C3C. Windows color (decimal): -11523981 or 7546960. OLE color: 7546960.

HSL color Cylindrical-coordinate representation of color #502873: hue angle of 272º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #502873 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 40 115 -
CMYK 0.30 0.65 0 0.55
HSL 272º 0.48% 0.3% -
HSV(B) 272º 0.65% 0.45% -
XYZ 7.16 4.46 16.7 -
YUV 60.51 158.75 141.9 -
System Red Green Blue C M Y K H S L
Decimal 80 40 115 0.30 0.65 0 0.55 272 0.48 0.3
Hex 50 28 73 1E 41 0 37 110 30 1E
Octal 120 50 163 36 101 0 67 420 60 36
Binary 1010000 101000 1110011 11110 1000001 0 110111 100010000 110000 11110

Color Harmonies of #502873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502873

Black with #502873

Text Example


Text Example

White with #502873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502873; }

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

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

background-color css

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

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

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

border-color css

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

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

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