#51206D

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

Shades of Blue Diamond #51206D

Tints of Blue Diamond #51206D

Color information

#51206D (or 0x51206D) is unknown color: approx Blue Diamond. HEX triplet: 51, 20 and 6D. RGB value is (81,32,109). Sum of RGB (Red+Green+Blue) = 81+32+109=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #51206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51206D is #AEDF92. Grayscale: #373737. Windows color (decimal): -11460499 or 7151697. OLE color: 7151697.

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

Color convert

RGB8132109-
CMYK0.260.7100.57
HSL278.18º54.61%27.65%-
HSV(B)278.18º70.64%42.75%-
XYZ6.673.8914.87-
YUV55.43158.23146.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.49%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=36.49%
G=14.41%
B=49.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81321090.260.7100.57278.1854.6127.65
Hex51206D1A47039116371c
Octal12140155321070714266734
Binary10100011000001101101110101000111011100110001011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51206D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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