#512A76

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

Shades of Blue Diamond #512A76

Tints of Blue Diamond #512A76

Color information

#512A76 (or 0x512A76) is unknown color: approx Blue Diamond. HEX triplet: 51, 2A and 76. RGB value is (81,42,118). Sum of RGB (Red+Green+Blue) = 81+42+118=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #512A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512A76 is #AED589. Grayscale: #3E3E3E. Windows color (decimal): -11457930 or 7744081. OLE color: 7744081.

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

Color convert

RGB8142118-
CMYK0.310.6400.54
HSL270.79º47.5%31.37%-
HSV(B)270.79º64.41%46.27%-
XYZ7.494.7117.65-
YUV62.32159.42141.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=33.61%
G=17.43%
B=48.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81421180.310.6400.54270.7947.531.37
Hex512A761F4003610f301f
Octal12152166371000664176037
Binary10100011010101110110111111000000011011010000111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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