#512676

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

Shades of Blue Diamond #512676

Tints of Blue Diamond #512676

Color information

#512676 (or 0x512676) is unknown color: approx Blue Diamond. HEX triplet: 51, 26 and 76. RGB value is (81,38,118). Sum of RGB (Red+Green+Blue) = 81+38+118=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #512676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512676 is #AED989. Grayscale: #3B3B3B. Windows color (decimal): -11458954 or 7743057. OLE color: 7743057.

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

Color convert

RGB8138118-
CMYK0.310.6800.54
HSL272.25º51.28%30.59%-
HSV(B)272.25º67.8%46.27%-
XYZ7.364.4417.61-
YUV59.98160.75143-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.18%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=34.18%
G=16.03%
B=49.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81381180.310.6800.54272.2551.2830.59
Hex5126761F44036110331f
Octal12146166371040664206337
Binary10100011001101110110111111000100011011010001000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512676; }

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

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

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

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

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

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

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

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