#51256D

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

Shades of Blue Diamond #51256D

Tints of Blue Diamond #51256D

Color information

#51256D (or 0x51256D) is unknown color: approx Blue Diamond. HEX triplet: 51, 25 and 6D. RGB value is (81,37,109). Sum of RGB (Red+Green+Blue) = 81+37+109=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #51256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51256D is #AEDA92. Grayscale: #3A3A3A. Windows color (decimal): -11459219 or 7152977. OLE color: 7152977.

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

Color convert

RGB8137109-
CMYK0.260.6600.57
HSL276.67º49.32%28.63%-
HSV(B)276.67º66.06%42.75%-
XYZ6.824.1814.91-
YUV58.36156.58144.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 109 (42.97% from 255) = 48.02%
R=35.68%
G=16.30%
B=48.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81371090.260.6600.57276.6749.3228.63
Hex51256D1A42039115311d
Octal12145155321020714256135
Binary10100011001011101101110101000010011100110001010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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