#512671

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

Shades of Blue Diamond #512671

Tints of Blue Diamond #512671

Color information

#512671 (or 0x512671) is unknown color: approx Blue Diamond. HEX triplet: 51, 26 and 71. RGB value is (81,38,113). Sum of RGB (Red+Green+Blue) = 81+38+113=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #512671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512671 is #AED98E. Grayscale: #3B3B3B. Windows color (decimal): -11458959 or 7415377. OLE color: 7415377.

HSL color Cylindrical-coordinate representation of color #512671: hue angle of 274.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #512671 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8138113-
CMYK0.280.6600.56
HSL274.4º49.67%29.61%-
HSV(B)274.4º66.37%44.31%-
XYZ7.074.3316.09-
YUV59.41158.25143.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=34.91%
G=16.38%
B=48.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81381130.280.6600.56274.449.6729.61
Hex5126711C42038112321e
Octal12146161341020704226236
Binary10100011001101110001111001000010011100010001001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512671; }

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

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

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

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

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

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

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

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