#512973

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

Shades of Blue Diamond #512973

Tints of Blue Diamond #512973

Color information

#512973 (or 0x512973) is unknown color: approx Blue Diamond. HEX triplet: 51, 29 and 73. RGB value is (81,41,115). Sum of RGB (Red+Green+Blue) = 81+41+115=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #512973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512973 is #AED68C. Grayscale: #3D3D3D. Windows color (decimal): -11458189 or 7547217. OLE color: 7547217.

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

Color convert

RGB8141115-
CMYK0.300.6400.55
HSL272.43º47.44%30.59%-
HSV(B)272.43º64.35%45.1%-
XYZ7.284.5716.72-
YUV61.4158.25141.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.18%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 115 (45.31% from 255) = 48.52%
R=34.18%
G=17.30%
B=48.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81411150.300.6400.55272.4347.4430.59
Hex5129731E400371102f1f
Octal12151163361000674205737
Binary10100011010011110011111101000000011011110001000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512973; }

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

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

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

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

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

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

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

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