#51176F

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

Shades of Blue Diamond #51176F

Tints of Blue Diamond #51176F

Color information

#51176F (or 0x51176F) is unknown color: approx Blue Diamond. HEX triplet: 51, 17 and 6F. RGB value is (81,23,111). Sum of RGB (Red+Green+Blue) = 81+23+111=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #51176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51176F is #AEE890. Grayscale: #323232. Windows color (decimal): -11462801 or 7280465. OLE color: 7280465.

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

Color convert

RGB8123111-
CMYK0.270.7900.56
HSL279.55º65.67%26.27%-
HSV(B)279.55º79.28%43.53%-
XYZ6.573.5115.37-
YUV50.37162.22149.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.67%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=37.67%
G=10.70%
B=51.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81231110.270.7900.56279.5565.6726.27
Hex51176F1B4F038118421a
Octal121271573311707043010232
Binary10100011011111011111101110011110111000100011000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51176F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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