Html Css Color HEX #501973 Blue Diamond

📋 copy color: '#501973'

red 80 ◦ green 25 ◦ blue 115

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

Shades of Blue Diamond #501973

Tints of Blue Diamond #501973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.36%

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

R = 36.36%
G = 11.36%
B = 52.27%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#501973 (or 0x501973) is known color: Blue Diamond. HEX triplet: 50, 19 and 73. RGB value is (80,25,115). Sum of RGB (Red+Green+Blue) = 80+25+115=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #501973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501973 is #AFE68C. Grayscale: #333333. Windows color (decimal): -11527821 or 7543120. OLE color: 7543120.

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

Color convert

RGB 80 25 115 -
CMYK 0.30 0.78 0 0.55
HSL 276.67º 0.64% 0.27% -
HSV(B) 276.67º 0.78% 0.45% -
XYZ 6.75 3.64 16.57 -
YUV 51.71 163.72 148.18 -
System Red Green Blue C M Y K H S L
Decimal 80 25 115 0.30 0.78 0 0.55 276.67 0.64 0.27
Hex 50 19 73 1E 4E 0 37 115 40 1B
Octal 120 31 163 36 116 0 67 425 100 33
Binary 1010000 11001 1110011 11110 1001110 0 110111 100010101 1000000 11011

Color Harmonies of #501973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501973

Black with #501973

Text Example


Text Example

White with #501973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501973; }

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

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

background-color css

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

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

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

border-color css

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

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

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