#512B74

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

Shades of Blue Diamond #512B74

Tints of Blue Diamond #512B74

Color information

#512B74 (or 0x512B74) is unknown color: approx Blue Diamond. HEX triplet: 51, 2B and 74. RGB value is (81,43,116). Sum of RGB (Red+Green+Blue) = 81+43+116=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #512B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512B74 is #AED48B. Grayscale: #3E3E3E. Windows color (decimal): -11457676 or 7613265. OLE color: 7613265.

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

Color convert

RGB8143116-
CMYK0.300.6300.55
HSL271.23º45.91%31.18%-
HSV(B)271.23º62.93%45.49%-
XYZ7.414.7417.05-
YUV62.68158.09141.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 43 (17.19% from 255) = 17.92%
BLUE value IS 116 (45.70% from 255) = 48.33%
R=33.75%
G=17.92%
B=48.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81431160.300.6300.55271.2345.9131.18
Hex512B741E3F03710f2e1f
Octal1215316436770674175637
Binary1010001101011111010011110111111011011110000111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,43,116); }

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

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

 a { background-color: rgb(81,43,116); }

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

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

 span { border-color: rgb(81,43,116); }

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