Shades of Viking #53AAC5
Tints of Viking #53AAC5
RGB
CMYK
RGB Variations
Color information
#53AAC5 (or 0x53AAC5) is known color: Viking. HEX triplet: 53, AA and C5. RGB value is (83,170,197). Sum of RGB (Red+Green+Blue) = 83+170+197=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 197 - color contains mainly: blue. Hex color #53AAC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AAC5 is #AC553A. Grayscale: #929292. Windows color (decimal): -11294011 or 12954195. OLE color: 12954195.
HSL color Cylindrical-coordinate representation of color #53AAC5: hue angle of 194.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53AAC5 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 170 | 197 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.23 |
| HSL | 194.21º | 0.5% | 0.55% | - |
| HSV(B) | 194.21º | 0.58% | 0.77% | - |
| XYZ | 28.02 | 34.62 | 58.03 | - |
| YUV | 147.07 | 156.18 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 197 | 0.58 | 0.14 | 0 | 0.23 | 194.21 | 0.5 | 0.55 |
| Hex | 53 | AA | C5 | 3A | E | 0 | 17 | C2 | 32 | 37 |
| Octal | 123 | 252 | 305 | 72 | 16 | 0 | 27 | 302 | 62 | 67 |
| Binary | 1010011 | 10101010 | 11000101 | 111010 | 1110 | 0 | 10111 | 11000010 | 110010 | 110111 |
Color Harmonies of #53AAC5
Complementary color
Monochromatic Colors of #53AAC5
Black with #53AAC5
Text Example
Text Example
White with #53AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AAC5; }
p { color: rgb(83,170,197); }
H1.HeaderClassName
{
color: #53AAC5;
}
.AnyTagClassName
{
color: #53AAC5;
}
</style>
background-color css
<style>
a { background-color: #53AAC5; }
a { background-color: rgb(83,170,197); }
div.DivClassName
{
background-color: #53AAC5;
}
.BgClassName
{
background-color: #53AAC5;
}
</style>
border-color css
<style>
span { border-color: #53AAC5; }
span { border-color: rgb(83,170,197); }
td.TdClassName
{
border-color: #53AAC5;
}
.TagClassName
{
border-color: #53AAC5;
}
</style>