#511773

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

Shades of Blue Diamond #511773

Tints of Blue Diamond #511773

Color information

#511773 (or 0x511773) is unknown color: approx Blue Diamond. HEX triplet: 51, 17 and 73. RGB value is (81,23,115). Sum of RGB (Red+Green+Blue) = 81+23+115=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #511773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511773 is #AEE88C. Grayscale: #323232. Windows color (decimal): -11462797 or 7542609. OLE color: 7542609.

HSL color Cylindrical-coordinate representation of color #511773: hue angle of 277.83º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511773 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8123115-
CMYK0.300.8000.55
HSL277.83º66.67%27.06%-
HSV(B)277.83º80%45.1%-
XYZ6.793.616.56-
YUV50.83164.22149.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=36.99%
G=10.50%
B=52.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81231150.300.8000.55277.8366.6727.06
Hex5117731E50037116431b
Octal121271633612006742610333
Binary10100011011111100111111010100000110111100010110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511773; }

 p { color: rgb(81,23,115); }

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

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

 a { background-color: rgb(81,23,115); }

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

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

 span { border-color: rgb(81,23,115); }

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