#511E79

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

Shades of Blue Diamond #511E79

Tints of Blue Diamond #511E79

Color information

#511E79 (or 0x511E79) is unknown color: approx Blue Diamond. HEX triplet: 51, 1E and 79. RGB value is (81,30,121). Sum of RGB (Red+Green+Blue) = 81+30+121=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #511E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511E79 is #AEE186. Grayscale: #373737. Windows color (decimal): -11460999 or 7937617. OLE color: 7937617.

HSL color Cylindrical-coordinate representation of color #511E79: hue angle of 273.63º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511E79 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8130121-
CMYK0.330.7500.53
HSL273.63º60.26%29.61%-
HSV(B)273.63º75.21%47.45%-
XYZ7.314.0618.49-
YUV55.62164.9146.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 30 (12.11% from 255) = 12.93%
BLUE value IS 121 (47.66% from 255) = 52.16%
R=34.91%
G=12.93%
B=52.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81301210.330.7500.53273.6360.2629.61
Hex511E79214B0351123c1e
Octal12136171411130654227436
Binary10100011111011110011000011001011011010110001001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,30,121); }

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

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

 a { background-color: rgb(81,30,121); }

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

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

 span { border-color: rgb(81,30,121); }

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