#512A6A

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

Shades of Blue Diamond #512A6A

Tints of Blue Diamond #512A6A

Color information

#512A6A (or 0x512A6A) is unknown color: approx Blue Diamond. HEX triplet: 51, 2A and 6A. RGB value is (81,42,106). Sum of RGB (Red+Green+Blue) = 81+42+106=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #512A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512A6A is #AED595. Grayscale: #3C3C3C. Windows color (decimal): -11457942 or 6957649. OLE color: 6957649.

HSL color Cylindrical-coordinate representation of color #512A6A: hue angle of 276.56º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512A6A is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8142106-
CMYK0.240.6000.58
HSL276.56º43.24%29.02%-
HSV(B)276.56º60.38%41.57%-
XYZ6.824.4514.13-
YUV60.96153.42142.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=35.37%
G=18.34%
B=46.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81421060.240.6000.58276.5643.2429.02
Hex512A6A183C03A1152b1d
Octal1215215230740724255335
Binary1010001101010110101011000111100011101010001010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512A6A; }

 p { color: rgb(81,42,106); }

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

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

 a { background-color: rgb(81,42,106); }

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

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

 span { border-color: rgb(81,42,106); }

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