Shades of Gigas #5A457B
Tints of Gigas #5A457B
RGB
CMYK
RGB Variations
Color information
#5A457B (or 0x5A457B) is known color: Gigas. HEX triplet: 5A, 45 and 7B. RGB value is (90,69,123). Sum of RGB (Red+Green+Blue) = 90+69+123=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A457B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A457B is #A5BA84. Grayscale: #515151. Windows color (decimal): -10861189 or 8078682. OLE color: 8078682.
HSL color Cylindrical-coordinate representation of color #5A457B: hue angle of 263.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A457B is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 69 | 123 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.52 |
| HSL | 263.33º | 0.28% | 0.38% | - |
| HSV(B) | 263.33º | 0.44% | 0.48% | - |
| XYZ | 9.92 | 7.86 | 19.73 | - |
| YUV | 81.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 123 | 0.27 | 0.44 | 0 | 0.52 | 263.33 | 0.28 | 0.38 |
| Hex | 5A | 45 | 7B | 1B | 2C | 0 | 34 | 107 | 1C | 26 |
| Octal | 132 | 105 | 173 | 33 | 54 | 0 | 64 | 407 | 34 | 46 |
| Binary | 1011010 | 1000101 | 1111011 | 11011 | 101100 | 0 | 110100 | 100000111 | 11100 | 100110 |
Color Harmonies of #5A457B
Complementary color
Monochromatic Colors of #5A457B
Black with #5A457B
Text Example
Text Example
White with #5A457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A457B; }
p { color: rgb(90,69,123); }
H1.HeaderClassName
{
color: #5A457B;
}
.AnyTagClassName
{
color: #5A457B;
}
</style>
background-color css
<style>
a { background-color: #5A457B; }
a { background-color: rgb(90,69,123); }
div.DivClassName
{
background-color: #5A457B;
}
.BgClassName
{
background-color: #5A457B;
}
</style>
border-color css
<style>
span { border-color: #5A457B; }
span { border-color: rgb(90,69,123); }
td.TdClassName
{
border-color: #5A457B;
}
.TagClassName
{
border-color: #5A457B;
}
</style>