#51356D

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

Shades of Blue Diamond #51356D

Tints of Blue Diamond #51356D

Color information

#51356D (or 0x51356D) is unknown color: approx Blue Diamond. HEX triplet: 51, 35 and 6D. RGB value is (81,53,109). Sum of RGB (Red+Green+Blue) = 81+53+109=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #51356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51356D is #AECA92. Grayscale: #434343. Windows color (decimal): -11455123 or 7157073. OLE color: 7157073.

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

Color convert

RGB8153109-
CMYK0.260.5100.57
HSL270º34.57%31.76%-
HSV(B)270º51.38%42.75%-
XYZ7.435.415.12-
YUV67.76151.28137.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.33%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=33.33%
G=21.81%
B=44.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81531090.260.5100.5727034.5731.76
Hex51356D1A3303910e2320
Octal1216515532630714164340
Binary10100011101011101101110101100110111001100001110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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