#51336C

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

Shades of Blue Diamond #51336C

Tints of Blue Diamond #51336C

Color information

#51336C (or 0x51336C) is unknown color: approx Blue Diamond. HEX triplet: 51, 33 and 6C. RGB value is (81,51,108). Sum of RGB (Red+Green+Blue) = 81+51+108=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #51336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51336C is #AECC93. Grayscale: #424242. Windows color (decimal): -11455636 or 7091025. OLE color: 7091025.

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

Color convert

RGB8151108-
CMYK0.250.5300.58
HSL271.58º35.85%31.18%-
HSV(B)271.58º52.78%42.35%-
XYZ7.285.214.81-
YUV66.47151.44138.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 108 (42.58% from 255) = 45%
R=33.75%
G=21.25%
B=45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81511080.250.5300.58271.5835.8531.18
Hex51336C193503A110241f
Octal1216315431650724204437
Binary1010001110011110110011001110101011101010001000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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