Shades of Viking #54ABC5
Tints of Viking #54ABC5
RGB
CMYK
RGB Variations
Color information
#54ABC5 (or 0x54ABC5) is known color: Viking. HEX triplet: 54, AB and C5. RGB value is (84,171,197). Sum of RGB (Red+Green+Blue) = 84+171+197=452 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.58% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #54ABC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABC5 is #AB543A. Grayscale: #939393. Windows color (decimal): -11228219 or 12954452. OLE color: 12954452.
HSL color Cylindrical-coordinate representation of color #54ABC5: hue angle of 193.81º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54ABC5 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 171 | 197 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.23 |
| HSL | 193.81º | 0.49% | 0.55% | - |
| HSV(B) | 193.81º | 0.57% | 0.77% | - |
| XYZ | 28.3 | 35.04 | 58.1 | - |
| YUV | 147.95 | 155.68 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 197 | 0.57 | 0.13 | 0 | 0.23 | 193.81 | 0.49 | 0.55 |
| Hex | 54 | AB | C5 | 39 | D | 0 | 17 | C2 | 31 | 37 |
| Octal | 124 | 253 | 305 | 71 | 15 | 0 | 27 | 302 | 61 | 67 |
| Binary | 1010100 | 10101011 | 11000101 | 111001 | 1101 | 0 | 10111 | 11000010 | 110001 | 110111 |
Color Harmonies of #54ABC5
Complementary color
Monochromatic Colors of #54ABC5
Black with #54ABC5
Text Example
Text Example
White with #54ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ABC5; }
p { color: rgb(84,171,197); }
H1.HeaderClassName
{
color: #54ABC5;
}
.AnyTagClassName
{
color: #54ABC5;
}
</style>
background-color css
<style>
a { background-color: #54ABC5; }
a { background-color: rgb(84,171,197); }
div.DivClassName
{
background-color: #54ABC5;
}
.BgClassName
{
background-color: #54ABC5;
}
</style>
border-color css
<style>
span { border-color: #54ABC5; }
span { border-color: rgb(84,171,197); }
td.TdClassName
{
border-color: #54ABC5;
}
.TagClassName
{
border-color: #54ABC5;
}
</style>