Html Css Color HEX #502473 Blue Diamond

📋 copy color: '#502473'

red 80 ◦ green 36 ◦ blue 115

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

Shades of Blue Diamond #502473

Tints of Blue Diamond #502473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

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

R = 34.63%
G = 15.58%
B = 49.78%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#502473 (or 0x502473) is known color: Blue Diamond. HEX triplet: 50, 24 and 73. RGB value is (80,36,115). Sum of RGB (Red+Green+Blue) = 80+36+115=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #502473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502473 is #AFDB8C. Grayscale: #393939. Windows color (decimal): -11525005 or 7545936. OLE color: 7545936.

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

Color convert

RGB 80 36 115 -
CMYK 0.30 0.69 0 0.55
HSL 273.42º 0.52% 0.3% -
HSV(B) 273.42º 0.69% 0.45% -
XYZ 7.03 4.21 16.66 -
YUV 58.16 160.08 143.58 -
System Red Green Blue C M Y K H S L
Decimal 80 36 115 0.30 0.69 0 0.55 273.42 0.52 0.3
Hex 50 24 73 1E 45 0 37 111 34 1E
Octal 120 44 163 36 105 0 67 421 64 36
Binary 1010000 100100 1110011 11110 1000101 0 110111 100010001 110100 11110

Color Harmonies of #502473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502473

Black with #502473

Text Example


Text Example

White with #502473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502473; }

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

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

background-color css

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

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

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

border-color css

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

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

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