#51256F

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

Shades of Blue Diamond #51256F

Tints of Blue Diamond #51256F

Color information

#51256F (or 0x51256F) is unknown color: approx Blue Diamond. HEX triplet: 51, 25 and 6F. RGB value is (81,37,111). Sum of RGB (Red+Green+Blue) = 81+37+111=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #51256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51256F is #AEDA90. Grayscale: #3A3A3A. Windows color (decimal): -11459217 or 7284049. OLE color: 7284049.

HSL color Cylindrical-coordinate representation of color #51256F: hue angle of 275.68º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51256F is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8137111-
CMYK0.270.6700.56
HSL275.68º50%29.02%-
HSV(B)275.68º66.67%43.53%-
XYZ6.924.2215.49-
YUV58.59157.58143.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 111 (43.75% from 255) = 48.47%
R=35.37%
G=16.16%
B=48.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81371110.270.6700.56275.685029.02
Hex51256F1B43038114321d
Octal12145157331030704246235
Binary10100011001011101111110111000011011100010001010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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