#51216F

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

Shades of Blue Diamond #51216F

Tints of Blue Diamond #51216F

Color information

#51216F (or 0x51216F) is unknown color: approx Blue Diamond. HEX triplet: 51, 21 and 6F. RGB value is (81,33,111). Sum of RGB (Red+Green+Blue) = 81+33+111=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #51216F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51216F is #AEDE90. Grayscale: #373737. Windows color (decimal): -11460241 or 7283025. OLE color: 7283025.

HSL color Cylindrical-coordinate representation of color #51216F: hue angle of 276.92º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51216F is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8133111-
CMYK0.270.7000.56
HSL276.92º54.17%28.24%-
HSV(B)276.92º70.27%43.53%-
XYZ6.813.9815.45-
YUV56.24158.9145.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=36%
G=14.67%
B=49.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81331110.270.7000.56276.9254.1728.24
Hex51216F1B46038115361c
Octal12141157331060704256634
Binary10100011000011101111110111000110011100010001010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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