Shades of Viking #54A7BC
Tints of Viking #54A7BC
RGB
CMYK
RGB Variations
Color information
#54A7BC (or 0x54A7BC) is known color: Viking. HEX triplet: 54, A7 and BC. RGB value is (84,167,188). Sum of RGB (Red+Green+Blue) = 84+167+188=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #54A7BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A7BC is #AB5843. Grayscale: #909090. Windows color (decimal): -11229252 or 12363604. OLE color: 12363604.
HSL color Cylindrical-coordinate representation of color #54A7BC: hue angle of 192.12º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54A7BC is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 167 | 188 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.26 |
| HSL | 192.12º | 0.44% | 0.53% | - |
| HSV(B) | 192.12º | 0.55% | 0.74% | - |
| XYZ | 26.55 | 33.15 | 52.58 | - |
| YUV | 144.58 | 152.5 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 167 | 188 | 0.55 | 0.11 | 0 | 0.26 | 192.12 | 0.44 | 0.53 |
| Hex | 54 | A7 | BC | 37 | B | 0 | 1A | C0 | 2C | 35 |
| Octal | 124 | 247 | 274 | 67 | 13 | 0 | 32 | 300 | 54 | 65 |
| Binary | 1010100 | 10100111 | 10111100 | 110111 | 1011 | 0 | 11010 | 11000000 | 101100 | 110101 |
Color Harmonies of #54A7BC
Complementary color
Monochromatic Colors of #54A7BC
Black with #54A7BC
Text Example
Text Example
White with #54A7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A7BC; }
p { color: rgb(84,167,188); }
H1.HeaderClassName
{
color: #54A7BC;
}
.AnyTagClassName
{
color: #54A7BC;
}
</style>
background-color css
<style>
a { background-color: #54A7BC; }
a { background-color: rgb(84,167,188); }
div.DivClassName
{
background-color: #54A7BC;
}
.BgClassName
{
background-color: #54A7BC;
}
</style>
border-color css
<style>
span { border-color: #54A7BC; }
span { border-color: rgb(84,167,188); }
td.TdClassName
{
border-color: #54A7BC;
}
.TagClassName
{
border-color: #54A7BC;
}
</style>