#51216C

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

Shades of Blue Diamond #51216C

Tints of Blue Diamond #51216C

Color information

#51216C (or 0x51216C) is unknown color: approx Blue Diamond. HEX triplet: 51, 21 and 6C. RGB value is (81,33,108). Sum of RGB (Red+Green+Blue) = 81+33+108=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #51216C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51216C is #AEDE93. Grayscale: #373737. Windows color (decimal): -11460244 or 7086417. OLE color: 7086417.

HSL color Cylindrical-coordinate representation of color #51216C: hue angle of 278.4º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51216C is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8133108-
CMYK0.250.6900.58
HSL278.4º53.19%27.65%-
HSV(B)278.4º69.44%42.35%-
XYZ6.643.9214.59-
YUV55.9157.4145.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.49%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 108 (42.58% from 255) = 48.65%
R=36.49%
G=14.86%
B=48.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81331080.250.6900.58278.453.1927.65
Hex51216C194503A116351c
Octal12141154311050724266534
Binary10100011000011101100110011000101011101010001011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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