#591F76

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

Shades of Blue Diamond #591F76

Tints of Blue Diamond #591F76

Color information

#591F76 (or 0x591F76) is unknown color: approx Blue Diamond. HEX triplet: 59, 1F and 76. RGB value is (89,31,118). Sum of RGB (Red+Green+Blue) = 89+31+118=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #591F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591F76 is #A6E089. Grayscale: #393939. Windows color (decimal): -10936458 or 7741273. OLE color: 7741273.

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

Color convert

RGB8931118-
CMYK0.250.7400.54
HSL280º58.39%29.22%-
HSV(B)280º73.73%46.27%-
XYZ7.884.4117.58-
YUV58.26161.72149.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.39%
GREEN value IS 31 (12.5% from 255) = 13.03%
BLUE value IS 118 (46.48% from 255) = 49.58%
R=37.39%
G=13.03%
B=49.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89311180.250.7400.5428058.3929.22
Hex591F76194A0361183a1d
Octal13137166311120664307235
Binary1011001111111110110110011001010011011010001100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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