#511973

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

Shades of Blue Diamond #511973

Tints of Blue Diamond #511973

Color information

#511973 (or 0x511973) is unknown color: approx Blue Diamond. HEX triplet: 51, 19 and 73. RGB value is (81,25,115). Sum of RGB (Red+Green+Blue) = 81+25+115=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #511973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511973 is #AEE68C. Grayscale: #333333. Windows color (decimal): -11462285 or 7543121. OLE color: 7543121.

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

Color convert

RGB8125115-
CMYK0.300.7800.55
HSL277.33º64.29%27.45%-
HSV(B)277.33º78.26%45.1%-
XYZ6.843.6816.57-
YUV52163.55148.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.65%
GREEN value IS 25 (10.16% from 255) = 11.31%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=36.65%
G=11.31%
B=52.04%

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
Decimal81251150.300.7800.55277.3364.2927.45
Hex5119731E4E037115401b
Octal121311633611606742510033
Binary10100011100111100111111010011100110111100010101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511973; }

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

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

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

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

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

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

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

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