#591E77

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

Shades of Blue Diamond #591E77

Tints of Blue Diamond #591E77

Color information

#591E77 (or 0x591E77) is unknown color: approx Blue Diamond. HEX triplet: 59, 1E and 77. RGB value is (89,30,119). Sum of RGB (Red+Green+Blue) = 89+30+119=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #591E77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591E77 is #A6E188. Grayscale: #393939. Windows color (decimal): -10936713 or 7806553. OLE color: 7806553.

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

Color convert

RGB8930119-
CMYK0.250.7500.53
HSL279.78º59.73%29.22%-
HSV(B)279.78º74.79%46.67%-
XYZ7.914.3817.88-
YUV57.79162.55150.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.39%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 119 (46.88% from 255) = 50%
R=37.39%
G=12.61%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89301190.250.7500.53279.7859.7329.22
Hex591E77194B0351183c1d
Octal13136167311130654307435
Binary1011001111101110111110011001011011010110001100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,30,119); }

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

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

 a { background-color: rgb(89,30,119); }

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

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

 span { border-color: rgb(89,30,119); }

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