Shades of Viking #54ACB9
Tints of Viking #54ACB9
RGB
CMYK
RGB Variations
Color information
#54ACB9 (or 0x54ACB9) is known color: Viking. HEX triplet: 54, AC and B9. RGB value is (84,172,185). Sum of RGB (Red+Green+Blue) = 84+172+185=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #54ACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACB9 is #AB5346. Grayscale: #939393. Windows color (decimal): -11227975 or 12168276. OLE color: 12168276.
HSL color Cylindrical-coordinate representation of color #54ACB9: hue angle of 187.72º degrees, saturation: 0.42, 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 #54ACB9 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 172 | 185 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.27 |
| HSL | 187.72º | 0.42% | 0.53% | - |
| HSV(B) | 187.72º | 0.55% | 0.73% | - |
| XYZ | 27.17 | 34.89 | 51.2 | - |
| YUV | 147.17 | 149.35 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 172 | 185 | 0.55 | 0.07 | 0 | 0.27 | 187.72 | 0.42 | 0.53 |
| Hex | 54 | AC | B9 | 37 | 7 | 0 | 1B | BC | 2A | 35 |
| Octal | 124 | 254 | 271 | 67 | 7 | 0 | 33 | 274 | 52 | 65 |
| Binary | 1010100 | 10101100 | 10111001 | 110111 | 111 | 0 | 11011 | 10111100 | 101010 | 110101 |
Color Harmonies of #54ACB9
Complementary color
Monochromatic Colors of #54ACB9
Black with #54ACB9
Text Example
Text Example
White with #54ACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ACB9; }
p { color: rgb(84,172,185); }
H1.HeaderClassName
{
color: #54ACB9;
}
.AnyTagClassName
{
color: #54ACB9;
}
</style>
background-color css
<style>
a { background-color: #54ACB9; }
a { background-color: rgb(84,172,185); }
div.DivClassName
{
background-color: #54ACB9;
}
.BgClassName
{
background-color: #54ACB9;
}
</style>
border-color css
<style>
span { border-color: #54ACB9; }
span { border-color: rgb(84,172,185); }
td.TdClassName
{
border-color: #54ACB9;
}
.TagClassName
{
border-color: #54ACB9;
}
</style>