Shades of Gigas #58498C
Tints of Gigas #58498C
RGB
CMYK
RGB Variations
Color information
#58498C (or 0x58498C) is known color: Gigas. HEX triplet: 58, 49 and 8C. RGB value is (88,73,140). Sum of RGB (Red+Green+Blue) = 88+73+140=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #58498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58498C is #A7B673. Grayscale: #545454. Windows color (decimal): -10991220 or 9193816. OLE color: 9193816.
HSL color Cylindrical-coordinate representation of color #58498C: hue angle of 253.43º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58498C is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 73 | 140 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.45 |
| HSL | 253.43º | 0.31% | 0.42% | - |
| HSV(B) | 253.43º | 0.48% | 0.55% | - |
| XYZ | 11.14 | 8.73 | 25.91 | - |
| YUV | 85.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 140 | 0.37 | 0.48 | 0 | 0.45 | 253.43 | 0.31 | 0.42 |
| Hex | 58 | 49 | 8C | 25 | 30 | 0 | 2D | FD | 1F | 2A |
| Octal | 130 | 111 | 214 | 45 | 60 | 0 | 55 | 375 | 37 | 52 |
| Binary | 1011000 | 1001001 | 10001100 | 100101 | 110000 | 0 | 101101 | 11111101 | 11111 | 101010 |
Color Harmonies of #58498C
Complementary color
Monochromatic Colors of #58498C
Black with #58498C
Text Example
Text Example
White with #58498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58498C; }
p { color: rgb(88,73,140); }
H1.HeaderClassName
{
color: #58498C;
}
.AnyTagClassName
{
color: #58498C;
}
</style>
background-color css
<style>
a { background-color: #58498C; }
a { background-color: rgb(88,73,140); }
div.DivClassName
{
background-color: #58498C;
}
.BgClassName
{
background-color: #58498C;
}
</style>
border-color css
<style>
span { border-color: #58498C; }
span { border-color: rgb(88,73,140); }
td.TdClassName
{
border-color: #58498C;
}
.TagClassName
{
border-color: #58498C;
}
</style>