#51336F

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

Shades of Blue Diamond #51336F

Tints of Blue Diamond #51336F

Color information

#51336F (or 0x51336F) is unknown color: approx Blue Diamond. HEX triplet: 51, 33 and 6F. RGB value is (81,51,111). Sum of RGB (Red+Green+Blue) = 81+51+111=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #51336F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51336F is #AECC90. Grayscale: #424242. Windows color (decimal): -11455633 or 7287633. OLE color: 7287633.

HSL color Cylindrical-coordinate representation of color #51336F: hue angle of 270º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51336F is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8151111-
CMYK0.270.5400.56
HSL270º37.04%31.76%-
HSV(B)270º54.05%43.53%-
XYZ7.455.2615.66-
YUV66.81152.94138.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.33%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=33.33%
G=20.99%
B=45.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81511110.270.5400.5627037.0431.76
Hex51336F1B3603810e2520
Octal1216315733660704164540
Binary10100011100111101111110111101100111000100001110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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