Shades of Gigas #58438A
Tints of Gigas #58438A
RGB
CMYK
RGB Variations
Color information
#58438A (or 0x58438A) is known color: Gigas. HEX triplet: 58, 43 and 8A. RGB value is (88,67,138). Sum of RGB (Red+Green+Blue) = 88+67+138=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #58438A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58438A is #A7BC75. Grayscale: #515151. Windows color (decimal): -10992758 or 9061208. OLE color: 9061208.
HSL color Cylindrical-coordinate representation of color #58438A: hue angle of 257.75º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58438A is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 67 | 138 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.46 |
| HSL | 257.75º | 0.35% | 0.4% | - |
| HSV(B) | 257.75º | 0.51% | 0.54% | - |
| XYZ | 10.62 | 7.92 | 25.01 | - |
| YUV | 81.37 | 159.96 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 138 | 0.36 | 0.51 | 0 | 0.46 | 257.75 | 0.35 | 0.4 |
| Hex | 58 | 43 | 8A | 24 | 33 | 0 | 2E | 102 | 23 | 28 |
| Octal | 130 | 103 | 212 | 44 | 63 | 0 | 56 | 402 | 43 | 50 |
| Binary | 1011000 | 1000011 | 10001010 | 100100 | 110011 | 0 | 101110 | 100000010 | 100011 | 101000 |
Color Harmonies of #58438A
Complementary color
Monochromatic Colors of #58438A
Black with #58438A
Text Example
Text Example
White with #58438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58438A; }
p { color: rgb(88,67,138); }
H1.HeaderClassName
{
color: #58438A;
}
.AnyTagClassName
{
color: #58438A;
}
</style>
background-color css
<style>
a { background-color: #58438A; }
a { background-color: rgb(88,67,138); }
div.DivClassName
{
background-color: #58438A;
}
.BgClassName
{
background-color: #58438A;
}
</style>
border-color css
<style>
span { border-color: #58438A; }
span { border-color: rgb(88,67,138); }
td.TdClassName
{
border-color: #58438A;
}
.TagClassName
{
border-color: #58438A;
}
</style>