#591972

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

Shades of Blue Diamond #591972

Tints of Blue Diamond #591972

Color information

#591972 (or 0x591972) is unknown color: approx Blue Diamond. HEX triplet: 59, 19 and 72. RGB value is (89,25,114). Sum of RGB (Red+Green+Blue) = 89+25+114=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #591972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591972 is #A6E68D. Grayscale: #353535. Windows color (decimal): -10937998 or 7477593. OLE color: 7477593.

HSL color Cylindrical-coordinate representation of color #591972: hue angle of 283.15º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591972 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8925114-
CMYK0.220.7800.55
HSL283.15º64.03%27.25%-
HSV(B)283.15º78.07%44.71%-
XYZ7.54.0316.3-
YUV54.28161.7152.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.04%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 114 (44.92% from 255) = 50%
R=39.04%
G=10.96%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89251140.220.7800.55283.1564.0327.25
Hex591972164E03711b401b
Octal131311622611606743310033
Binary10110011100111100101011010011100110111100011011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591972; }

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

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

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

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

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

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

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

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