#51356E

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

Shades of Blue Diamond #51356E

Tints of Blue Diamond #51356E

Color information

#51356E (or 0x51356E) is unknown color: approx Blue Diamond. HEX triplet: 51, 35 and 6E. RGB value is (81,53,110). Sum of RGB (Red+Green+Blue) = 81+53+110=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #51356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51356E is #AECA91. Grayscale: #434343. Windows color (decimal): -11455122 or 7222609. OLE color: 7222609.

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

Color convert

RGB8153110-
CMYK0.260.5200.57
HSL269.47º34.97%31.96%-
HSV(B)269.47º51.82%43.14%-
XYZ7.485.4215.4-
YUV67.87151.78137.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=33.20%
G=21.72%
B=45.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81531100.260.5200.57269.4734.9731.96
Hex51356E1A3403910d2320
Octal1216515632640714154340
Binary10100011101011101110110101101000111001100001101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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