Shades of Gigas #53437B
Tints of Gigas #53437B
RGB
CMYK
RGB Variations
Color information
#53437B (or 0x53437B) is known color: Gigas. HEX triplet: 53, 43 and 7B. RGB value is (83,67,123). Sum of RGB (Red+Green+Blue) = 83+67+123=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #53437B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53437B is #ACBC84. Grayscale: #4D4D4D. Windows color (decimal): -11320453 or 8078163. OLE color: 8078163.
HSL color Cylindrical-coordinate representation of color #53437B: hue angle of 257.14º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53437B is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 67 | 123 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.52 |
| HSL | 257.14º | 0.29% | 0.37% | - |
| HSV(B) | 257.14º | 0.46% | 0.48% | - |
| XYZ | 9.15 | 7.28 | 19.66 | - |
| YUV | 78.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 123 | 0.33 | 0.46 | 0 | 0.52 | 257.14 | 0.29 | 0.37 |
| Hex | 53 | 43 | 7B | 21 | 2E | 0 | 34 | 101 | 1D | 25 |
| Octal | 123 | 103 | 173 | 41 | 56 | 0 | 64 | 401 | 35 | 45 |
| Binary | 1010011 | 1000011 | 1111011 | 100001 | 101110 | 0 | 110100 | 100000001 | 11101 | 100101 |
Color Harmonies of #53437B
Complementary color
Monochromatic Colors of #53437B
Black with #53437B
Text Example
Text Example
White with #53437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53437B; }
p { color: rgb(83,67,123); }
H1.HeaderClassName
{
color: #53437B;
}
.AnyTagClassName
{
color: #53437B;
}
</style>
background-color css
<style>
a { background-color: #53437B; }
a { background-color: rgb(83,67,123); }
div.DivClassName
{
background-color: #53437B;
}
.BgClassName
{
background-color: #53437B;
}
</style>
border-color css
<style>
span { border-color: #53437B; }
span { border-color: rgb(83,67,123); }
td.TdClassName
{
border-color: #53437B;
}
.TagClassName
{
border-color: #53437B;
}
</style>