#51356A

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

Shades of Blue Diamond #51356A

Tints of Blue Diamond #51356A

Color information

#51356A (or 0x51356A) is unknown color: approx Blue Diamond. HEX triplet: 51, 35 and 6A. RGB value is (81,53,106). Sum of RGB (Red+Green+Blue) = 81+53+106=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #51356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51356A is #AECA95. Grayscale: #434343. Windows color (decimal): -11455126 or 6960465. OLE color: 6960465.

HSL color Cylindrical-coordinate representation of color #51356A: hue angle of 271.7º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51356A is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8153106-
CMYK0.240.500.58
HSL271.7º33.33%31.18%-
HSV(B)271.7º50%41.57%-
XYZ7.275.3414.28-
YUV67.41149.78137.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=33.75%
G=22.08%
B=44.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81531060.240.500.58271.733.3331.18
Hex51356A183203A110211f
Octal1216515230620724204137
Binary1010001110101110101011000110010011101010001000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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