Shades of Blue Diamond #582875
Tints of Blue Diamond #582875
RGB
CMYK
RGB Variations
Color information
#582875 (or 0x582875) is known color: Blue Diamond. HEX triplet: 58, 28 and 75. RGB value is (88,40,117). Sum of RGB (Red+Green+Blue) = 88+40+117=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #582875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582875 is #A7D78A. Grayscale: #3E3E3E. Windows color (decimal): -10999691 or 7678040. OLE color: 7678040.
HSL color Cylindrical-coordinate representation of color #582875: hue angle of 277.4º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #582875 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 40 | 117 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.54 |
| HSL | 277.4º | 0.49% | 0.31% | - |
| HSV(B) | 277.4º | 0.66% | 0.46% | - |
| XYZ | 7.99 | 4.88 | 17.35 | - |
| YUV | 63.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 117 | 0.25 | 0.66 | 0 | 0.54 | 277.4 | 0.49 | 0.31 |
| Hex | 58 | 28 | 75 | 19 | 42 | 0 | 36 | 115 | 31 | 1F |
| Octal | 130 | 50 | 165 | 31 | 102 | 0 | 66 | 425 | 61 | 37 |
| Binary | 1011000 | 101000 | 1110101 | 11001 | 1000010 | 0 | 110110 | 100010101 | 110001 | 11111 |
Color Harmonies of #582875
Complementary color
Monochromatic Colors of #582875
Black with #582875
Text Example
Text Example
White with #582875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582875; }
p { color: rgb(88,40,117); }
H1.HeaderClassName
{
color: #582875;
}
.AnyTagClassName
{
color: #582875;
}
</style>
background-color css
<style>
a { background-color: #582875; }
a { background-color: rgb(88,40,117); }
div.DivClassName
{
background-color: #582875;
}
.BgClassName
{
background-color: #582875;
}
</style>
border-color css
<style>
span { border-color: #582875; }
span { border-color: rgb(88,40,117); }
td.TdClassName
{
border-color: #582875;
}
.TagClassName
{
border-color: #582875;
}
</style>