#512B72

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

Shades of Blue Diamond #512B72

Tints of Blue Diamond #512B72

Color information

#512B72 (or 0x512B72) is unknown color: approx Blue Diamond. HEX triplet: 51, 2B and 72. RGB value is (81,43,114). Sum of RGB (Red+Green+Blue) = 81+43+114=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #512B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512B72 is #AED48D. Grayscale: #3E3E3E. Windows color (decimal): -11457678 or 7482193. OLE color: 7482193.

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

Color convert

RGB8143114-
CMYK0.290.6200.55
HSL272.11º45.22%30.78%-
HSV(B)272.11º62.28%44.71%-
XYZ7.294.6916.44-
YUV62.46157.09141.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.03%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=34.03%
G=18.07%
B=47.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81431140.290.6200.55272.1145.2230.78
Hex512B721D3E0371102d1f
Octal1215316235760674205537
Binary1010001101011111001011101111110011011110001000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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