Shades of Gigas #5E4C92
Tints of Gigas #5E4C92
RGB
CMYK
RGB Variations
Color information
#5E4C92 (or 0x5E4C92) is known color: Gigas. HEX triplet: 5E, 4C and 92. RGB value is (94,76,146). Sum of RGB (Red+Green+Blue) = 94+76+146=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E4C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4C92 is #A1B36D. Grayscale: #595959. Windows color (decimal): -10597230 or 9587806. OLE color: 9587806.
HSL color Cylindrical-coordinate representation of color #5E4C92: hue angle of 255.43º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E4C92 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
RGB | 94 | 76 | 146 | - |
CMYK | 0.36 | 0.48 | 0 | 0.43 |
HSL | 255.43º | 0.32% | 0.44% | - |
HSV(B) | 255.43º | 0.48% | 0.57% | - |
XYZ | 12.39 | 9.62 | 28.4 | - |
YUV | 89.36 | 159.96 | 131.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 76 | 146 | 0.36 | 0.48 | 0 | 0.43 | 255.43 | 0.32 | 0.44 |
Hex | 5E | 4C | 92 | 24 | 30 | 0 | 2B | FF | 20 | 2C |
Octal | 136 | 114 | 222 | 44 | 60 | 0 | 53 | 377 | 40 | 54 |
Binary | 1011110 | 1001100 | 10010010 | 100100 | 110000 | 0 | 101011 | 11111111 | 100000 | 101100 |
Color Harmonies of #5E4C92
Complementary color
Monochromatic Colors of #5E4C92
Black with #5E4C92
Text Example
Text Example
White with #5E4C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4C92; }
p { color: rgb(94,76,146); }
H1.HeaderClassName
{
color: #5E4C92;
}
.AnyTagClassName
{
color: #5E4C92;
}
</style>
background-color css
<style>
a { background-color: #5E4C92; }
a { background-color: rgb(94,76,146); }
div.DivClassName
{
background-color: #5E4C92;
}
.BgClassName
{
background-color: #5E4C92;
}
</style>
border-color css
<style>
span { border-color: #5E4C92; }
span { border-color: rgb(94,76,146); }
td.TdClassName
{
border-color: #5E4C92;
}
.TagClassName
{
border-color: #5E4C92;
}
</style>