#501878

Color #501878 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #501878

Tints of Blue Diamond #501878

Color information

#501878 (or 0x501878) is unknown color: approx 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

RGB8024120-
CMYK0.330.800.53
HSL275º66.67%28.24%-
HSV(B)275º80%47.06%-
XYZ7.033.7118.12-
YUV51.69166.55148.19-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80241200.330.800.5327566.6728.24
Hex5018782150035113431c
Octal120301704112006542310334
Binary101000011000111100010000110100000110101100010011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>