Html Css Color HEX #502373 Blue Diamond

📋 copy color: '#502373'

red 80 ◦ green 35 ◦ blue 115

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

Shades of Blue Diamond #502373

Tints of Blue Diamond #502373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

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

R = 34.78%
G = 15.22%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#502373 (or 0x502373) is known color: Blue Diamond. HEX triplet: 50, 23 and 73. RGB value is (80,35,115). Sum of RGB (Red+Green+Blue) = 80+35+115=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #502373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502373 is #AFDC8C. Grayscale: #393939. Windows color (decimal): -11525261 or 7545680. OLE color: 7545680.

HSL color Cylindrical-coordinate representation of color #502373: hue angle of 273.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #502373 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 35 115 -
CMYK 0.30 0.70 0 0.55
HSL 273.75º 0.53% 0.29% -
HSV(B) 273.75º 0.7% 0.45% -
XYZ 7 4.15 16.65 -
YUV 57.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 80 35 115 0.30 0.70 0 0.55 273.75 0.53 0.29
Hex 50 23 73 1E 46 0 37 112 35 1D
Octal 120 43 163 36 106 0 67 422 65 35
Binary 1010000 100011 1110011 11110 1000110 0 110111 100010010 110101 11101

Color Harmonies of #502373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502373

Black with #502373

Text Example


Text Example

White with #502373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502373; }

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

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

background-color css

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

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

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

border-color css

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

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

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