Shades of Viking #54A7B9
Tints of Viking #54A7B9
RGB
CMYK
RGB Variations
Color information
#54A7B9 (or 0x54A7B9) is known color: Viking. HEX triplet: 54, A7 and B9. RGB value is (84,167,185). Sum of RGB (Red+Green+Blue) = 84+167+185=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #54A7B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A7B9 is #AB5846. Grayscale: #909090. Windows color (decimal): -11229255 or 12166996. OLE color: 12166996.
HSL color Cylindrical-coordinate representation of color #54A7B9: hue angle of 190.69º 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 #54A7B9 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 167 | 185 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.27 |
| HSL | 190.69º | 0.42% | 0.53% | - |
| HSV(B) | 190.69º | 0.55% | 0.73% | - |
| XYZ | 26.23 | 33.03 | 50.89 | - |
| YUV | 144.24 | 151 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 167 | 185 | 0.55 | 0.10 | 0 | 0.27 | 190.69 | 0.42 | 0.53 |
| Hex | 54 | A7 | B9 | 37 | A | 0 | 1B | BF | 2A | 35 |
| Octal | 124 | 247 | 271 | 67 | 12 | 0 | 33 | 277 | 52 | 65 |
| Binary | 1010100 | 10100111 | 10111001 | 110111 | 1010 | 0 | 11011 | 10111111 | 101010 | 110101 |
Color Harmonies of #54A7B9
Complementary color
Monochromatic Colors of #54A7B9
Black with #54A7B9
Text Example
Text Example
White with #54A7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A7B9; }
p { color: rgb(84,167,185); }
H1.HeaderClassName
{
color: #54A7B9;
}
.AnyTagClassName
{
color: #54A7B9;
}
</style>
background-color css
<style>
a { background-color: #54A7B9; }
a { background-color: rgb(84,167,185); }
div.DivClassName
{
background-color: #54A7B9;
}
.BgClassName
{
background-color: #54A7B9;
}
</style>
border-color css
<style>
span { border-color: #54A7B9; }
span { border-color: rgb(84,167,185); }
td.TdClassName
{
border-color: #54A7B9;
}
.TagClassName
{
border-color: #54A7B9;
}
</style>