#511872

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

Shades of Blue Diamond #511872

Tints of Blue Diamond #511872

Color information

#511872 (or 0x511872) is unknown color: approx Blue Diamond. HEX triplet: 51, 18 and 72. RGB value is (81,24,114). Sum of RGB (Red+Green+Blue) = 81+24+114=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #511872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511872 is #AEE78D. Grayscale: #333333. Windows color (decimal): -11462542 or 7477329. OLE color: 7477329.

HSL color Cylindrical-coordinate representation of color #511872: hue angle of 278º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511872 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8124114-
CMYK0.290.7900.55
HSL278º65.22%27.06%-
HSV(B)278º78.95%44.71%-
XYZ6.763.6216.26-
YUV51.3163.38149.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=36.99%
G=10.96%
B=52.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81241140.290.7900.5527865.2227.06
Hex5118721D4F037116411b
Octal121301623511706742610133
Binary10100011100011100101110110011110110111100010110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511872; }

 p { color: rgb(81,24,114); }

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

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

 a { background-color: rgb(81,24,114); }

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

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

 span { border-color: rgb(81,24,114); }

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