#591A75

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

Shades of Blue Diamond #591A75

Tints of Blue Diamond #591A75

Color information

#591A75 (or 0x591A75) is unknown color: approx Blue Diamond. HEX triplet: 59, 1A and 75. RGB value is (89,26,117). Sum of RGB (Red+Green+Blue) = 89+26+117=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #591A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591A75 is #A6E58A. Grayscale: #363636. Windows color (decimal): -10937739 or 7674457. OLE color: 7674457.

HSL color Cylindrical-coordinate representation of color #591A75: hue angle of 281.54º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591A75 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8926117-
CMYK0.240.7800.54
HSL281.54º63.64%28.04%-
HSV(B)281.54º77.78%45.88%-
XYZ7.74.1517.22-
YUV55.21162.87152.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 26 (10.55% from 255) = 11.21%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=38.36%
G=11.21%
B=50.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89261170.240.7800.54281.5463.6428.04
Hex591A75184E03611a401c
Octal131321653011606643210034
Binary10110011101011101011100010011100110110100011010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,26,117); }

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

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

 a { background-color: rgb(89,26,117); }

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

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

 span { border-color: rgb(89,26,117); }

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