Shades of Blue Diamond #582373
Tints of Blue Diamond #582373
RGB
CMYK
RGB Variations
Color information
#582373 (or 0x582373) is known color: Blue Diamond. HEX triplet: 58, 23 and 73. RGB value is (88,35,115). Sum of RGB (Red+Green+Blue) = 88+35+115=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #582373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582373 is #A7DC8C. Grayscale: #3B3B3B. Windows color (decimal): -11000973 or 7545688. OLE color: 7545688.
HSL color Cylindrical-coordinate representation of color #582373: hue angle of 279.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #582373 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 35 | 115 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.55 |
| HSL | 279.75º | 0.53% | 0.29% | - |
| HSV(B) | 279.75º | 0.7% | 0.45% | - |
| XYZ | 7.72 | 4.51 | 16.68 | - |
| YUV | 59.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 35 | 115 | 0.23 | 0.70 | 0 | 0.55 | 279.75 | 0.53 | 0.29 |
| Hex | 58 | 23 | 73 | 17 | 46 | 0 | 37 | 118 | 35 | 1D |
| Octal | 130 | 43 | 163 | 27 | 106 | 0 | 67 | 430 | 65 | 35 |
| Binary | 1011000 | 100011 | 1110011 | 10111 | 1000110 | 0 | 110111 | 100011000 | 110101 | 11101 |
Color Harmonies of #582373
Complementary color
Monochromatic Colors of #582373
Black with #582373
Text Example
Text Example
White with #582373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582373; }
p { color: rgb(88,35,115); }
H1.HeaderClassName
{
color: #582373;
}
.AnyTagClassName
{
color: #582373;
}
</style>
background-color css
<style>
a { background-color: #582373; }
a { background-color: rgb(88,35,115); }
div.DivClassName
{
background-color: #582373;
}
.BgClassName
{
background-color: #582373;
}
</style>
border-color css
<style>
span { border-color: #582373; }
span { border-color: rgb(88,35,115); }
td.TdClassName
{
border-color: #582373;
}
.TagClassName
{
border-color: #582373;
}
</style>