#591B72

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

Shades of Blue Diamond #591B72

Tints of Blue Diamond #591B72

Color information

#591B72 (or 0x591B72) is unknown color: approx Blue Diamond. HEX triplet: 59, 1B and 72. RGB value is (89,27,114). Sum of RGB (Red+Green+Blue) = 89+27+114=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #591B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591B72 is #A6E48D. Grayscale: #373737. Windows color (decimal): -10937486 or 7478105. OLE color: 7478105.

HSL color Cylindrical-coordinate representation of color #591B72: hue angle of 282.76º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591B72 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8927114-
CMYK0.220.7600.55
HSL282.76º61.7%27.65%-
HSV(B)282.76º76.32%44.71%-
XYZ7.554.1216.32-
YUV55.46161.04151.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.70%
GREEN value IS 27 (10.94% from 255) = 11.74%
BLUE value IS 114 (44.92% from 255) = 49.57%
R=38.70%
G=11.74%
B=49.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89271140.220.7600.55282.7661.727.65
Hex591B72164C03711b3e1c
Octal13133162261140674337634
Binary1011001110111110010101101001100011011110001101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,27,114); }

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

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

 a { background-color: rgb(89,27,114); }

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

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

 span { border-color: rgb(89,27,114); }

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