#51216D

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

Shades of Blue Diamond #51216D

Tints of Blue Diamond #51216D

Color information

#51216D (or 0x51216D) is unknown color: approx Blue Diamond. HEX triplet: 51, 21 and 6D. RGB value is (81,33,109). Sum of RGB (Red+Green+Blue) = 81+33+109=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #51216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51216D is #AEDE92. Grayscale: #373737. Windows color (decimal): -11460243 or 7151953. OLE color: 7151953.

HSL color Cylindrical-coordinate representation of color #51216D: hue angle of 277.89º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51216D is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8133109-
CMYK0.260.7000.57
HSL277.89º53.52%27.84%-
HSV(B)277.89º69.72%42.75%-
XYZ6.73.9414.88-
YUV56.02157.9145.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 109 (42.97% from 255) = 48.88%
R=36.32%
G=14.80%
B=48.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81331090.260.7000.57277.8953.5227.84
Hex51216D1A46039116361c
Octal12141155321060714266634
Binary10100011000011101101110101000110011100110001011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51216D; }

 p { color: rgb(81,33,109); }

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

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

 a { background-color: rgb(81,33,109); }

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

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

 span { border-color: rgb(81,33,109); }

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