#511A74

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

Shades of Blue Diamond #511A74

Tints of Blue Diamond #511A74

Color information

#511A74 (or 0x511A74) is unknown color: approx Blue Diamond. HEX triplet: 51, 1A and 74. RGB value is (81,26,116). Sum of RGB (Red+Green+Blue) = 81+26+116=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #511A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A74 is #AEE58B. Grayscale: #343434. Windows color (decimal): -11462028 or 7608913. OLE color: 7608913.

HSL color Cylindrical-coordinate representation of color #511A74: hue angle of 276.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511A74 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8126116-
CMYK0.300.7800.55
HSL276.67º63.38%27.84%-
HSV(B)276.67º77.59%45.49%-
XYZ6.923.7516.88-
YUV52.7163.72148.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=36.32%
G=11.66%
B=52.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81261160.300.7800.55276.6763.3827.84
Hex511A741E4E0371153f1c
Octal12132164361160674257734
Binary1010001110101110100111101001110011011110001010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,26,116); }

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

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

 a { background-color: rgb(81,26,116); }

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

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

 span { border-color: rgb(81,26,116); }

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