#501D83

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

Shades of Blue Diamond #501D83

Tints of Blue Diamond #501D83

Color information

#501D83 (or 0x501D83) is unknown color: approx Blue Diamond. HEX triplet: 50, 1D and 83. RGB value is (80,29,131). Sum of RGB (Red+Green+Blue) = 80+29+131=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #501D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501D83 is #AFE27C. Grayscale: #373737. Windows color (decimal): -11526781 or 8592720. OLE color: 8592720.

HSL color Cylindrical-coordinate representation of color #501D83: hue angle of 270º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #501D83 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8029131-
CMYK0.390.7800.49
HSL270º63.75%31.37%-
HSV(B)270º77.86%51.37%-
XYZ7.844.2221.87-
YUV55.88170.4145.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 29 (11.72% from 255) = 12.08%
BLUE value IS 131 (51.56% from 255) = 54.58%
R=33.33%
G=12.08%
B=54.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80291310.390.7800.4927063.7531.37
Hex501D83274E03110e401f
Octal120352034711606141610037
Binary1010000111011000001110011110011100110001100001110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501D83; }

 p { color: rgb(80,29,131); }

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

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

 a { background-color: rgb(80,29,131); }

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

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

 span { border-color: rgb(80,29,131); }

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