Shades of Gigas #58447F
Tints of Gigas #58447F
RGB
CMYK
RGB Variations
Color information
#58447F (or 0x58447F) is known color: Gigas. HEX triplet: 58, 44 and 7F. RGB value is (88,68,127). Sum of RGB (Red+Green+Blue) = 88+68+127=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #58447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58447F is #A7BB80. Grayscale: #505050. Windows color (decimal): -10992513 or 8340568. OLE color: 8340568.
HSL color Cylindrical-coordinate representation of color #58447F: hue angle of 260.34º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58447F is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 68 | 127 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.50 |
| HSL | 260.34º | 0.3% | 0.38% | - |
| HSV(B) | 260.34º | 0.46% | 0.5% | - |
| XYZ | 9.92 | 7.74 | 21.05 | - |
| YUV | 80.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 127 | 0.31 | 0.46 | 0 | 0.50 | 260.34 | 0.3 | 0.38 |
| Hex | 58 | 44 | 7F | 1F | 2E | 0 | 32 | 104 | 1E | 26 |
| Octal | 130 | 104 | 177 | 37 | 56 | 0 | 62 | 404 | 36 | 46 |
| Binary | 1011000 | 1000100 | 1111111 | 11111 | 101110 | 0 | 110010 | 100000100 | 11110 | 100110 |
Color Harmonies of #58447F
Complementary color
Monochromatic Colors of #58447F
Black with #58447F
Text Example
Text Example
White with #58447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58447F; }
p { color: rgb(88,68,127); }
H1.HeaderClassName
{
color: #58447F;
}
.AnyTagClassName
{
color: #58447F;
}
</style>
background-color css
<style>
a { background-color: #58447F; }
a { background-color: rgb(88,68,127); }
div.DivClassName
{
background-color: #58447F;
}
.BgClassName
{
background-color: #58447F;
}
</style>
border-color css
<style>
span { border-color: #58447F; }
span { border-color: rgb(88,68,127); }
td.TdClassName
{
border-color: #58447F;
}
.TagClassName
{
border-color: #58447F;
}
</style>