#51256A

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

Shades of Blue Diamond #51256A

Tints of Blue Diamond #51256A

Color information

#51256A (or 0x51256A) is unknown color: approx Blue Diamond. HEX triplet: 51, 25 and 6A. RGB value is (81,37,106). Sum of RGB (Red+Green+Blue) = 81+37+106=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #51256A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51256A is #AEDA95. Grayscale: #393939. Windows color (decimal): -11459222 or 6956369. OLE color: 6956369.

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

Color convert

RGB8137106-
CMYK0.240.6500.58
HSL278.26º48.25%28.04%-
HSV(B)278.26º65.09%41.57%-
XYZ6.664.1114.08-
YUV58.02155.08144.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.16%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 106 (41.80% from 255) = 47.32%
R=36.16%
G=16.52%
B=47.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81371060.240.6500.58278.2648.2528.04
Hex51256A184103A116301c
Octal12145152301010724266034
Binary10100011001011101010110001000001011101010001011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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