Shades of Gigas #55427D
Tints of Gigas #55427D
RGB
CMYK
RGB Variations
Color information
#55427D (or 0x55427D) is known color: Gigas. HEX triplet: 55, 42 and 7D. RGB value is (85,66,125). Sum of RGB (Red+Green+Blue) = 85+66+125=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #55427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55427D is #AABD82. Grayscale: #4E4E4E. Windows color (decimal): -11189635 or 8208981. OLE color: 8208981.
HSL color Cylindrical-coordinate representation of color #55427D: hue angle of 259.32º 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 #55427D is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 66 | 125 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.51 |
| HSL | 259.32º | 0.31% | 0.37% | - |
| HSV(B) | 259.32º | 0.47% | 0.49% | - |
| XYZ | 9.4 | 7.31 | 20.32 | - |
| YUV | 78.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 125 | 0.32 | 0.47 | 0 | 0.51 | 259.32 | 0.31 | 0.37 |
| Hex | 55 | 42 | 7D | 20 | 2F | 0 | 33 | 103 | 1F | 25 |
| Octal | 125 | 102 | 175 | 40 | 57 | 0 | 63 | 403 | 37 | 45 |
| Binary | 1010101 | 1000010 | 1111101 | 100000 | 101111 | 0 | 110011 | 100000011 | 11111 | 100101 |
Color Harmonies of #55427D
Complementary color
Monochromatic Colors of #55427D
Black with #55427D
Text Example
Text Example
White with #55427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55427D; }
p { color: rgb(85,66,125); }
H1.HeaderClassName
{
color: #55427D;
}
.AnyTagClassName
{
color: #55427D;
}
</style>
background-color css
<style>
a { background-color: #55427D; }
a { background-color: rgb(85,66,125); }
div.DivClassName
{
background-color: #55427D;
}
.BgClassName
{
background-color: #55427D;
}
</style>
border-color css
<style>
span { border-color: #55427D; }
span { border-color: rgb(85,66,125); }
td.TdClassName
{
border-color: #55427D;
}
.TagClassName
{
border-color: #55427D;
}
</style>