Shades of Viking #54ABBC
Tints of Viking #54ABBC
RGB
CMYK
RGB Variations
Color information
#54ABBC (or 0x54ABBC) is known color: Viking. HEX triplet: 54, AB and BC. RGB value is (84,171,188). Sum of RGB (Red+Green+Blue) = 84+171+188=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #54ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABBC is #AB5443. Grayscale: #929292. Windows color (decimal): -11228228 or 12364628. OLE color: 12364628.
HSL color Cylindrical-coordinate representation of color #54ABBC: hue angle of 189.81º 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 #54ABBC is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 171 | 188 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.26 |
| HSL | 189.81º | 0.44% | 0.53% | - |
| HSV(B) | 189.81º | 0.55% | 0.74% | - |
| XYZ | 27.3 | 34.64 | 52.82 | - |
| YUV | 146.93 | 151.18 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 188 | 0.55 | 0.09 | 0 | 0.26 | 189.81 | 0.44 | 0.53 |
| Hex | 54 | AB | BC | 37 | 9 | 0 | 1A | BE | 2C | 35 |
| Octal | 124 | 253 | 274 | 67 | 11 | 0 | 32 | 276 | 54 | 65 |
| Binary | 1010100 | 10101011 | 10111100 | 110111 | 1001 | 0 | 11010 | 10111110 | 101100 | 110101 |
Color Harmonies of #54ABBC
Complementary color
Monochromatic Colors of #54ABBC
Black with #54ABBC
Text Example
Text Example
White with #54ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ABBC; }
p { color: rgb(84,171,188); }
H1.HeaderClassName
{
color: #54ABBC;
}
.AnyTagClassName
{
color: #54ABBC;
}
</style>
background-color css
<style>
a { background-color: #54ABBC; }
a { background-color: rgb(84,171,188); }
div.DivClassName
{
background-color: #54ABBC;
}
.BgClassName
{
background-color: #54ABBC;
}
</style>
border-color css
<style>
span { border-color: #54ABBC; }
span { border-color: rgb(84,171,188); }
td.TdClassName
{
border-color: #54ABBC;
}
.TagClassName
{
border-color: #54ABBC;
}
</style>