#511B6E

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

Shades of Blue Diamond #511B6E

Tints of Blue Diamond #511B6E

Color information

#511B6E (or 0x511B6E) is unknown color: approx Blue Diamond. HEX triplet: 51, 1B and 6E. RGB value is (81,27,110). Sum of RGB (Red+Green+Blue) = 81+27+110=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #511B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511B6E is #AEE491. Grayscale: #343434. Windows color (decimal): -11461778 or 7215953. OLE color: 7215953.

HSL color Cylindrical-coordinate representation of color #511B6E: hue angle of 279.04º 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 #511B6E is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8127110-
CMYK0.260.7500.57
HSL279.04º60.58%26.86%-
HSV(B)279.04º75.45%43.14%-
XYZ6.63.6615.11-
YUV52.61160.39148.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 27 (10.94% from 255) = 12.39%
BLUE value IS 110 (43.36% from 255) = 50.46%
R=37.16%
G=12.39%
B=50.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81271100.260.7500.57279.0460.5826.86
Hex511B6E1A4B0391173d1b
Octal12133156321130714277533
Binary1010001110111101110110101001011011100110001011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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