Html Css Color HEX #502573 Blue Diamond

📋 copy color: '#502573'

red 80 ◦ green 37 ◦ blue 115

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

Shades of Blue Diamond #502573

Tints of Blue Diamond #502573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

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

R = 34.48%
G = 15.95%
B = 49.57%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#502573 (or 0x502573) is known color: Blue Diamond. HEX triplet: 50, 25 and 73. RGB value is (80,37,115). Sum of RGB (Red+Green+Blue) = 80+37+115=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #502573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502573 is #AFDA8C. Grayscale: #3A3A3A. Windows color (decimal): -11524749 or 7546192. OLE color: 7546192.

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

Color convert

RGB 80 37 115 -
CMYK 0.30 0.68 0 0.55
HSL 273.08º 0.51% 0.3% -
HSV(B) 273.08º 0.68% 0.45% -
XYZ 7.06 4.27 16.67 -
YUV 58.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 80 37 115 0.30 0.68 0 0.55 273.08 0.51 0.3
Hex 50 25 73 1E 44 0 37 111 33 1E
Octal 120 45 163 36 104 0 67 421 63 36
Binary 1010000 100101 1110011 11110 1000100 0 110111 100010001 110011 11110

Color Harmonies of #502573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502573

Black with #502573

Text Example


Text Example

White with #502573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502573; }

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

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

background-color css

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

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

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

border-color css

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

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

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