#501B6E

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

Shades of Blue Diamond #501B6E

Tints of Blue Diamond #501B6E

Color information

#501B6E (or 0x501B6E) is unknown color: approx Blue Diamond. HEX triplet: 50, 1B and 6E. RGB value is (80,27,110). Sum of RGB (Red+Green+Blue) = 80+27+110=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #501B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501B6E is #AFE491. Grayscale: #343434. Windows color (decimal): -11527314 or 7215952. OLE color: 7215952.

HSL color Cylindrical-coordinate representation of color #501B6E: hue angle of 278.31º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501B6E is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8027110-
CMYK0.270.7500.57
HSL278.31º60.58%26.86%-
HSV(B)278.31º75.45%43.14%-
XYZ6.513.6215.11-
YUV52.31160.56147.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 110 (43.36% from 255) = 50.69%
R=36.87%
G=12.44%
B=50.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80271100.270.7500.57278.3160.5826.86
Hex501B6E1B4B0391163d1b
Octal12033156331130714267533
Binary1010000110111101110110111001011011100110001011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,27,110); }

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

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

 a { background-color: rgb(80,27,110); }

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

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

 span { border-color: rgb(80,27,110); }

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