Html Css Color HEX #501878 Blue Diamond

📋 copy color: '#501878'

red 80 ◦ green 24 ◦ blue 120

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

Shades of Blue Diamond #501878

Tints of Blue Diamond #501878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.57%

R = 35.71%
G = 10.71%
B = 53.57%

CMYK

 C value IS 0.33

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#501878 (or 0x501878) is known color: Blue Diamond. HEX triplet: 50, 18 and 78. RGB value is (80,24,120). Sum of RGB (Red+Green+Blue) = 80+24+120=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #501878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501878 is #AFE787. Grayscale: #333333. Windows color (decimal): -11528072 or 7870544. OLE color: 7870544.

HSL color Cylindrical-coordinate representation of color #501878: hue angle of 275º 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 #501878 is Cyan = 0.33, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 24 120 -
CMYK 0.33 0.8 0 0.53
HSL 275º 0.67% 0.28% -
HSV(B) 275º 0.8% 0.47% -
XYZ 7.03 3.71 18.12 -
YUV 51.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 80 24 120 0.33 0.8 0 0.53 275 0.67 0.28
Hex 50 18 78 21 50 0 35 113 43 1C
Octal 120 30 170 41 120 0 65 423 103 34
Binary 1010000 11000 1111000 100001 1010000 0 110101 100010011 1000011 11100

Color Harmonies of #501878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501878

Black with #501878

Text Example


Text Example

White with #501878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501878; }

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

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

background-color css

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

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

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

border-color css

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

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

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