Shades of Gigas #58438C
Tints of Gigas #58438C
RGB
CMYK
RGB Variations
Color information
#58438C (or 0x58438C) is known color: Gigas. HEX triplet: 58, 43 and 8C. RGB value is (88,67,140). Sum of RGB (Red+Green+Blue) = 88+67+140=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #58438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58438C is #A7BC73. Grayscale: #515151. Windows color (decimal): -10992756 or 9192280. OLE color: 9192280.
HSL color Cylindrical-coordinate representation of color #58438C: hue angle of 257.26º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58438C is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 67 | 140 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.45 |
| HSL | 257.26º | 0.35% | 0.41% | - |
| HSV(B) | 257.26º | 0.52% | 0.55% | - |
| XYZ | 10.77 | 7.98 | 25.78 | - |
| YUV | 81.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 140 | 0.37 | 0.52 | 0 | 0.45 | 257.26 | 0.35 | 0.41 |
| Hex | 58 | 43 | 8C | 25 | 34 | 0 | 2D | 101 | 23 | 29 |
| Octal | 130 | 103 | 214 | 45 | 64 | 0 | 55 | 401 | 43 | 51 |
| Binary | 1011000 | 1000011 | 10001100 | 100101 | 110100 | 0 | 101101 | 100000001 | 100011 | 101001 |
Color Harmonies of #58438C
Complementary color
Monochromatic Colors of #58438C
Black with #58438C
Text Example
Text Example
White with #58438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58438C; }
p { color: rgb(88,67,140); }
H1.HeaderClassName
{
color: #58438C;
}
.AnyTagClassName
{
color: #58438C;
}
</style>
background-color css
<style>
a { background-color: #58438C; }
a { background-color: rgb(88,67,140); }
div.DivClassName
{
background-color: #58438C;
}
.BgClassName
{
background-color: #58438C;
}
</style>
border-color css
<style>
span { border-color: #58438C; }
span { border-color: rgb(88,67,140); }
td.TdClassName
{
border-color: #58438C;
}
.TagClassName
{
border-color: #58438C;
}
</style>