#51266F

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

Shades of Blue Diamond #51266F

Tints of Blue Diamond #51266F

Color information

#51266F (or 0x51266F) is unknown color: approx Blue Diamond. HEX triplet: 51, 26 and 6F. RGB value is (81,38,111). Sum of RGB (Red+Green+Blue) = 81+38+111=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #51266F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51266F is #AED990. Grayscale: #3A3A3A. Windows color (decimal): -11458961 or 7284305. OLE color: 7284305.

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

Color convert

RGB8138111-
CMYK0.270.6600.56
HSL275.34º48.99%29.22%-
HSV(B)275.34º65.77%43.53%-
XYZ6.964.2815.5-
YUV59.18157.25143.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 38 (15.23% from 255) = 16.52%
BLUE value IS 111 (43.75% from 255) = 48.26%
R=35.22%
G=16.52%
B=48.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81381110.270.6600.56275.3448.9929.22
Hex51266F1B42038113311d
Octal12146157331020704236135
Binary10100011001101101111110111000010011100010001001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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