#512573

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

Shades of Blue Diamond #512573

Tints of Blue Diamond #512573

Color information

#512573 (or 0x512573) is unknown color: approx Blue Diamond. HEX triplet: 51, 25 and 73. RGB value is (81,37,115). Sum of RGB (Red+Green+Blue) = 81+37+115=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #512573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512573 is #AEDA8C. Grayscale: #3A3A3A. Windows color (decimal): -11459213 or 7546193. OLE color: 7546193.

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

Color convert

RGB8137115-
CMYK0.300.6800.55
HSL273.85º51.32%29.8%-
HSV(B)273.85º67.83%45.1%-
XYZ7.154.3116.67-
YUV59.05159.58143.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.76%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=34.76%
G=15.88%
B=49.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81371150.300.6800.55273.8551.3229.8
Hex5125731E44037112331e
Octal12145163361040674226336
Binary10100011001011110011111101000100011011110001001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512573; }

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

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

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

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

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

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

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

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