Shades of Gigas #58427D
Tints of Gigas #58427D
RGB
CMYK
RGB Variations
Color information
#58427D (or 0x58427D) is known color: Gigas. HEX triplet: 58, 42 and 7D. RGB value is (88,66,125). Sum of RGB (Red+Green+Blue) = 88+66+125=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #58427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58427D is #A7BD82. Grayscale: #4F4F4F. Windows color (decimal): -10993027 or 8208984. OLE color: 8208984.
HSL color Cylindrical-coordinate representation of color #58427D: hue angle of 262.37º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58427D is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 66 | 125 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.51 |
| HSL | 262.37º | 0.31% | 0.37% | - |
| HSV(B) | 262.37º | 0.47% | 0.49% | - |
| XYZ | 9.67 | 7.45 | 20.33 | - |
| YUV | 79.3 | 153.79 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 125 | 0.30 | 0.47 | 0 | 0.51 | 262.37 | 0.31 | 0.37 |
| Hex | 58 | 42 | 7D | 1E | 2F | 0 | 33 | 106 | 1F | 25 |
| Octal | 130 | 102 | 175 | 36 | 57 | 0 | 63 | 406 | 37 | 45 |
| Binary | 1011000 | 1000010 | 1111101 | 11110 | 101111 | 0 | 110011 | 100000110 | 11111 | 100101 |
Color Harmonies of #58427D
Complementary color
Monochromatic Colors of #58427D
Black with #58427D
Text Example
Text Example
White with #58427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58427D; }
p { color: rgb(88,66,125); }
H1.HeaderClassName
{
color: #58427D;
}
.AnyTagClassName
{
color: #58427D;
}
</style>
background-color css
<style>
a { background-color: #58427D; }
a { background-color: rgb(88,66,125); }
div.DivClassName
{
background-color: #58427D;
}
.BgClassName
{
background-color: #58427D;
}
</style>
border-color css
<style>
span { border-color: #58427D; }
span { border-color: rgb(88,66,125); }
td.TdClassName
{
border-color: #58427D;
}
.TagClassName
{
border-color: #58427D;
}
</style>