#51336D

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

Shades of Blue Diamond #51336D

Tints of Blue Diamond #51336D

Color information

#51336D (or 0x51336D) is unknown color: approx Blue Diamond. HEX triplet: 51, 33 and 6D. RGB value is (81,51,109). Sum of RGB (Red+Green+Blue) = 81+51+109=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #51336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51336D is #AECC92. Grayscale: #424242. Windows color (decimal): -11455635 or 7156561. OLE color: 7156561.

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

Color convert

RGB8151109-
CMYK0.260.5300.57
HSL271.03º36.25%31.37%-
HSV(B)271.03º53.21%42.75%-
XYZ7.345.2215.09-
YUV66.58151.94138.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 109 (42.97% from 255) = 45.23%
R=33.61%
G=21.16%
B=45.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81511090.260.5300.57271.0336.2531.37
Hex51336D1A3503910f241f
Octal1216315532650714174437
Binary1010001110011110110111010110101011100110000111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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