Html Css Color HEX #501879 Blue Diamond

📋 copy color: '#501879'

red 80 ◦ green 24 ◦ blue 121

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

Shades of Blue Diamond #501879

Tints of Blue Diamond #501879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

 BLUE value IS 121 (47.66% from 255) = 53.78%

R = 35.56%
G = 10.67%
B = 53.78%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#501879 (or 0x501879) is known color: Blue Diamond. HEX triplet: 50, 18 and 79. RGB value is (80,24,121). Sum of RGB (Red+Green+Blue) = 80+24+121=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #501879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501879 is #AFE786. Grayscale: #333333. Windows color (decimal): -11528071 or 7936080. OLE color: 7936080.

HSL color Cylindrical-coordinate representation of color #501879: hue angle of 274.64º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501879 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 24 121 -
CMYK 0.34 0.80 0 0.53
HSL 274.64º 0.67% 0.28% -
HSV(B) 274.64º 0.8% 0.47% -
XYZ 7.09 3.74 18.44 -
YUV 51.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 80 24 121 0.34 0.80 0 0.53 274.64 0.67 0.28
Hex 50 18 79 22 50 0 35 113 43 1C
Octal 120 30 171 42 120 0 65 423 103 34
Binary 1010000 11000 1111001 100010 1010000 0 110101 100010011 1000011 11100

Color Harmonies of #501879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501879

Black with #501879

Text Example


Text Example

White with #501879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501879; }

 p { color: rgb(80,24,121); }

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

background-color css

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

 a { background-color: rgb(80,24,121); }

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

border-color css

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

 span { border-color: rgb(80,24,121); }

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