Shades of Viking #54AABB
Tints of Viking #54AABB
RGB
CMYK
RGB Variations
Color information
#54AABB (or 0x54AABB) is known color: Viking. HEX triplet: 54, AA and BB. RGB value is (84,170,187). Sum of RGB (Red+Green+Blue) = 84+170+187=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #54AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AABB is #AB5544. Grayscale: #929292. Windows color (decimal): -11228485 or 12298836. OLE color: 12298836.
HSL color Cylindrical-coordinate representation of color #54AABB: hue angle of 189.9º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54AABB is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 170 | 187 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.27 |
| HSL | 189.9º | 0.43% | 0.53% | - |
| HSV(B) | 189.9º | 0.55% | 0.73% | - |
| XYZ | 27 | 34.22 | 52.2 | - |
| YUV | 146.22 | 151.01 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 187 | 0.55 | 0.09 | 0 | 0.27 | 189.9 | 0.43 | 0.53 |
| Hex | 54 | AA | BB | 37 | 9 | 0 | 1B | BE | 2B | 35 |
| Octal | 124 | 252 | 273 | 67 | 11 | 0 | 33 | 276 | 53 | 65 |
| Binary | 1010100 | 10101010 | 10111011 | 110111 | 1001 | 0 | 11011 | 10111110 | 101011 | 110101 |
Color Harmonies of #54AABB
Complementary color
Monochromatic Colors of #54AABB
Black with #54AABB
Text Example
Text Example
White with #54AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AABB; }
p { color: rgb(84,170,187); }
H1.HeaderClassName
{
color: #54AABB;
}
.AnyTagClassName
{
color: #54AABB;
}
</style>
background-color css
<style>
a { background-color: #54AABB; }
a { background-color: rgb(84,170,187); }
div.DivClassName
{
background-color: #54AABB;
}
.BgClassName
{
background-color: #54AABB;
}
</style>
border-color css
<style>
span { border-color: #54AABB; }
span { border-color: rgb(84,170,187); }
td.TdClassName
{
border-color: #54AABB;
}
.TagClassName
{
border-color: #54AABB;
}
</style>