Shades of Blue Diamond #592174
Tints of Blue Diamond #592174
RGB
CMYK
RGB Variations
Color information
#592174 (or 0x592174) is known color: Blue Diamond. HEX triplet: 59, 21 and 74. RGB value is (89,33,116). Sum of RGB (Red+Green+Blue) = 89+33+116=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #592174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592174 is #A6DE8B. Grayscale: #3A3A3A. Windows color (decimal): -10935948 or 7610713. OLE color: 7610713.
HSL color Cylindrical-coordinate representation of color #592174: hue angle of 280.48º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #592174 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 33 | 116 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.55 |
| HSL | 280.48º | 0.56% | 0.29% | - |
| HSV(B) | 280.48º | 0.72% | 0.45% | - |
| XYZ | 7.82 | 4.47 | 16.97 | - |
| YUV | 59.21 | 160.05 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 116 | 0.23 | 0.72 | 0 | 0.55 | 280.48 | 0.56 | 0.29 |
| Hex | 59 | 21 | 74 | 17 | 48 | 0 | 37 | 118 | 38 | 1D |
| Octal | 131 | 41 | 164 | 27 | 110 | 0 | 67 | 430 | 70 | 35 |
| Binary | 1011001 | 100001 | 1110100 | 10111 | 1001000 | 0 | 110111 | 100011000 | 111000 | 11101 |
Color Harmonies of #592174
Complementary color
Monochromatic Colors of #592174
Black with #592174
Text Example
Text Example
White with #592174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592174; }
p { color: rgb(89,33,116); }
H1.HeaderClassName
{
color: #592174;
}
.AnyTagClassName
{
color: #592174;
}
</style>
background-color css
<style>
a { background-color: #592174; }
a { background-color: rgb(89,33,116); }
div.DivClassName
{
background-color: #592174;
}
.BgClassName
{
background-color: #592174;
}
</style>
border-color css
<style>
span { border-color: #592174; }
span { border-color: rgb(89,33,116); }
td.TdClassName
{
border-color: #592174;
}
.TagClassName
{
border-color: #592174;
}
</style>