Shades of Gigas #58447C
Tints of Gigas #58447C
RGB
CMYK
RGB Variations
Color information
#58447C (or 0x58447C) is known color: Gigas. HEX triplet: 58, 44 and 7C. RGB value is (88,68,124). Sum of RGB (Red+Green+Blue) = 88+68+124=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #58447C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58447C is #A7BB83. Grayscale: #505050. Windows color (decimal): -10992516 or 8143960. OLE color: 8143960.
HSL color Cylindrical-coordinate representation of color #58447C: hue angle of 261.43º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58447C is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 68 | 124 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.51 |
| HSL | 261.43º | 0.29% | 0.38% | - |
| HSV(B) | 261.43º | 0.45% | 0.49% | - |
| XYZ | 9.73 | 7.66 | 20.04 | - |
| YUV | 80.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 124 | 0.29 | 0.45 | 0 | 0.51 | 261.43 | 0.29 | 0.38 |
| Hex | 58 | 44 | 7C | 1D | 2D | 0 | 33 | 105 | 1D | 26 |
| Octal | 130 | 104 | 174 | 35 | 55 | 0 | 63 | 405 | 35 | 46 |
| Binary | 1011000 | 1000100 | 1111100 | 11101 | 101101 | 0 | 110011 | 100000101 | 11101 | 100110 |
Color Harmonies of #58447C
Complementary color
Monochromatic Colors of #58447C
Black with #58447C
Text Example
Text Example
White with #58447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58447C; }
p { color: rgb(88,68,124); }
H1.HeaderClassName
{
color: #58447C;
}
.AnyTagClassName
{
color: #58447C;
}
</style>
background-color css
<style>
a { background-color: #58447C; }
a { background-color: rgb(88,68,124); }
div.DivClassName
{
background-color: #58447C;
}
.BgClassName
{
background-color: #58447C;
}
</style>
border-color css
<style>
span { border-color: #58447C; }
span { border-color: rgb(88,68,124); }
td.TdClassName
{
border-color: #58447C;
}
.TagClassName
{
border-color: #58447C;
}
</style>