Shades of Gigas #53457E
Tints of Gigas #53457E
RGB
CMYK
RGB Variations
Color information
#53457E (or 0x53457E) is known color: Gigas. HEX triplet: 53, 45 and 7E. RGB value is (83,69,126). Sum of RGB (Red+Green+Blue) = 83+69+126=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 126 - color contains mainly: blue. Hex color #53457E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53457E is #ACBA81. Grayscale: #4F4F4F. Windows color (decimal): -11319938 or 8275283. OLE color: 8275283.
HSL color Cylindrical-coordinate representation of color #53457E: hue angle of 254.74º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53457E is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 69 | 126 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.51 |
| HSL | 254.74º | 0.29% | 0.38% | - |
| HSV(B) | 254.74º | 0.45% | 0.49% | - |
| XYZ | 9.46 | 7.6 | 20.71 | - |
| YUV | 79.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 126 | 0.34 | 0.45 | 0 | 0.51 | 254.74 | 0.29 | 0.38 |
| Hex | 53 | 45 | 7E | 22 | 2D | 0 | 33 | FF | 1D | 26 |
| Octal | 123 | 105 | 176 | 42 | 55 | 0 | 63 | 377 | 35 | 46 |
| Binary | 1010011 | 1000101 | 1111110 | 100010 | 101101 | 0 | 110011 | 11111111 | 11101 | 100110 |
Color Harmonies of #53457E
Complementary color
Monochromatic Colors of #53457E
Black with #53457E
Text Example
Text Example
White with #53457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53457E; }
p { color: rgb(83,69,126); }
H1.HeaderClassName
{
color: #53457E;
}
.AnyTagClassName
{
color: #53457E;
}
</style>
background-color css
<style>
a { background-color: #53457E; }
a { background-color: rgb(83,69,126); }
div.DivClassName
{
background-color: #53457E;
}
.BgClassName
{
background-color: #53457E;
}
</style>
border-color css
<style>
span { border-color: #53457E; }
span { border-color: rgb(83,69,126); }
td.TdClassName
{
border-color: #53457E;
}
.TagClassName
{
border-color: #53457E;
}
</style>