#51376D

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

Shades of Blue Diamond #51376D

Tints of Blue Diamond #51376D

Color information

#51376D (or 0x51376D) is unknown color: approx Blue Diamond. HEX triplet: 51, 37 and 6D. RGB value is (81,55,109). Sum of RGB (Red+Green+Blue) = 81+55+109=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #51376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51376D is #AEC892. Grayscale: #444444. Windows color (decimal): -11454611 or 7157585. OLE color: 7157585.

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

Color convert

RGB8155109-
CMYK0.260.5000.57
HSL268.89º32.93%32.16%-
HSV(B)268.89º49.54%42.75%-
XYZ7.525.5915.15-
YUV68.93150.61136.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 109 (42.97% from 255) = 44.49%
R=33.06%
G=22.45%
B=44.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81551090.260.5000.57268.8932.9332.16
Hex51376D1A3203910d2120
Octal1216715532620714154140
Binary10100011101111101101110101100100111001100001101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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