Shades of Viking #53AABB
Tints of Viking #53AABB
RGB
CMYK
RGB Variations
Color information
#53AABB (or 0x53AABB) is known color: Viking. HEX triplet: 53, AA and BB. RGB value is (83,170,187). Sum of RGB (Red+Green+Blue) = 83+170+187=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #53AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AABB is #AC5544. Grayscale: #919191. Windows color (decimal): -11294021 or 12298835. OLE color: 12298835.
HSL color Cylindrical-coordinate representation of color #53AABB: hue angle of 189.81º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53AABB is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 170 | 187 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.27 |
| HSL | 189.81º | 0.43% | 0.53% | - |
| HSV(B) | 189.81º | 0.56% | 0.73% | - |
| XYZ | 26.91 | 34.18 | 52.19 | - |
| YUV | 145.93 | 151.18 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 187 | 0.56 | 0.09 | 0 | 0.27 | 189.81 | 0.43 | 0.53 |
| Hex | 53 | AA | BB | 38 | 9 | 0 | 1B | BE | 2B | 35 |
| Octal | 123 | 252 | 273 | 70 | 11 | 0 | 33 | 276 | 53 | 65 |
| Binary | 1010011 | 10101010 | 10111011 | 111000 | 1001 | 0 | 11011 | 10111110 | 101011 | 110101 |
Color Harmonies of #53AABB
Complementary color
Monochromatic Colors of #53AABB
Black with #53AABB
Text Example
Text Example
White with #53AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AABB; }
p { color: rgb(83,170,187); }
H1.HeaderClassName
{
color: #53AABB;
}
.AnyTagClassName
{
color: #53AABB;
}
</style>
background-color css
<style>
a { background-color: #53AABB; }
a { background-color: rgb(83,170,187); }
div.DivClassName
{
background-color: #53AABB;
}
.BgClassName
{
background-color: #53AABB;
}
</style>
border-color css
<style>
span { border-color: #53AABB; }
span { border-color: rgb(83,170,187); }
td.TdClassName
{
border-color: #53AABB;
}
.TagClassName
{
border-color: #53AABB;
}
</style>