Shades of Viking #54A9BD
Tints of Viking #54A9BD
RGB
CMYK
RGB Variations
Color information
#54A9BD (or 0x54A9BD) is known color: Viking. HEX triplet: 54, A9 and BD. RGB value is (84,169,189). Sum of RGB (Red+Green+Blue) = 84+169+189=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #54A9BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A9BD is #AB5642. Grayscale: #919191. Windows color (decimal): -11228739 or 12429652. OLE color: 12429652.
HSL color Cylindrical-coordinate representation of color #54A9BD: hue angle of 191.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54A9BD is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 169 | 189 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.26 |
| HSL | 191.43º | 0.44% | 0.54% | - |
| HSV(B) | 191.43º | 0.56% | 0.74% | - |
| XYZ | 27.03 | 33.93 | 53.27 | - |
| YUV | 145.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 189 | 0.56 | 0.11 | 0 | 0.26 | 191.43 | 0.44 | 0.54 |
| Hex | 54 | A9 | BD | 38 | B | 0 | 1A | BF | 2C | 36 |
| Octal | 124 | 251 | 275 | 70 | 13 | 0 | 32 | 277 | 54 | 66 |
| Binary | 1010100 | 10101001 | 10111101 | 111000 | 1011 | 0 | 11010 | 10111111 | 101100 | 110110 |
Color Harmonies of #54A9BD
Complementary color
Monochromatic Colors of #54A9BD
Black with #54A9BD
Text Example
Text Example
White with #54A9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A9BD; }
p { color: rgb(84,169,189); }
H1.HeaderClassName
{
color: #54A9BD;
}
.AnyTagClassName
{
color: #54A9BD;
}
</style>
background-color css
<style>
a { background-color: #54A9BD; }
a { background-color: rgb(84,169,189); }
div.DivClassName
{
background-color: #54A9BD;
}
.BgClassName
{
background-color: #54A9BD;
}
</style>
border-color css
<style>
span { border-color: #54A9BD; }
span { border-color: rgb(84,169,189); }
td.TdClassName
{
border-color: #54A9BD;
}
.TagClassName
{
border-color: #54A9BD;
}
</style>