#511F72

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

Shades of Blue Diamond #511F72

Tints of Blue Diamond #511F72

Color information

#511F72 (or 0x511F72) is unknown color: approx Blue Diamond. HEX triplet: 51, 1F and 72. RGB value is (81,31,114). Sum of RGB (Red+Green+Blue) = 81+31+114=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #511F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F72 is #AEE08D. Grayscale: #373737. Windows color (decimal): -11460750 or 7479121. OLE color: 7479121.

HSL color Cylindrical-coordinate representation of color #511F72: hue angle of 276.14º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511F72 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8131114-
CMYK0.290.7300.55
HSL276.14º57.24%28.43%-
HSV(B)276.14º72.81%44.71%-
XYZ6.923.9416.32-
YUV55.41161.06146.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.84%
GREEN value IS 31 (12.5% from 255) = 13.72%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=35.84%
G=13.72%
B=50.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81311140.290.7300.55276.1457.2428.43
Hex511F721D49037114391c
Octal12137162351110674247134
Binary1010001111111110010111011001001011011110001010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511F72; }

 p { color: rgb(81,31,114); }

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

<style>
 a { background-color: #511F72; }

 a { background-color: rgb(81,31,114); }

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

<style>
 span { border-color: #511F72; }

 span { border-color: rgb(81,31,114); }

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