#501875

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

Shades of Blue Diamond #501875

Tints of Blue Diamond #501875

Color information

#501875 (or 0x501875) is unknown color: approx Blue Diamond. HEX triplet: 50, 18 and 75. RGB value is (80,24,117). Sum of RGB (Red+Green+Blue) = 80+24+117=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #501875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501875 is #AFE78A. Grayscale: #333333. Windows color (decimal): -11528075 or 7673936. OLE color: 7673936.

HSL color Cylindrical-coordinate representation of color #501875: hue angle of 276.13º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501875 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8024117-
CMYK0.320.7900.54
HSL276.13º65.96%27.65%-
HSV(B)276.13º79.49%45.88%-
XYZ6.853.6417.17-
YUV51.35165.05148.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=36.20%
G=10.86%
B=52.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80241170.320.7900.54276.1365.9627.65
Hex501875204F036114421c
Octal120301654011706642410234
Binary101000011000111010110000010011110110110100010100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501875; }

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

 H1.HeaderClassName
 {
   color: #501875;
 }
 .AnyTagClassName
 {
   color: #501875;
 }
</style>
background-color css

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

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

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

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

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

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