#591C76

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

Shades of Blue Diamond #591C76

Tints of Blue Diamond #591C76

Color information

#591C76 (or 0x591C76) is unknown color: approx Blue Diamond. HEX triplet: 59, 1C and 76. RGB value is (89,28,118). Sum of RGB (Red+Green+Blue) = 89+28+118=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #591C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591C76 is #A6E389. Grayscale: #383838. Windows color (decimal): -10937226 or 7740505. OLE color: 7740505.

HSL color Cylindrical-coordinate representation of color #591C76: hue angle of 280.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591C76 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8928118-
CMYK0.250.7600.54
HSL280.67º61.64%28.63%-
HSV(B)280.67º76.27%46.27%-
XYZ7.814.2617.55-
YUV56.5162.71151.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.87%
GREEN value IS 28 (11.33% from 255) = 11.91%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=37.87%
G=11.91%
B=50.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89281180.250.7600.54280.6761.6428.63
Hex591C76194C0361193e1d
Octal13134166311140664317635
Binary1011001111001110110110011001100011011010001100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591C76; }

 p { color: rgb(89,28,118); }

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

<style>
 a { background-color: #591C76; }

 a { background-color: rgb(89,28,118); }

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

<style>
 span { border-color: #591C76; }

 span { border-color: rgb(89,28,118); }

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