Shades of Viking #54BAD5
Tints of Viking #54BAD5
RGB
CMYK
RGB Variations
Color information
#54BAD5 (or 0x54BAD5) is known color: Viking. HEX triplet: 54, BA and D5. RGB value is (84,186,213). Sum of RGB (Red+Green+Blue) = 84+186+213=483 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.39% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #54BAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BAD5 is #AB452A. Grayscale: #9E9E9E. Windows color (decimal): -11224363 or 14006868. OLE color: 14006868.
HSL color Cylindrical-coordinate representation of color #54BAD5: hue angle of 192.56º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54BAD5 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 186 | 213 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.16 |
| HSL | 192.56º | 0.61% | 0.58% | - |
| HSV(B) | 192.56º | 0.61% | 0.84% | - |
| XYZ | 33.23 | 41.81 | 69.27 | - |
| YUV | 158.58 | 158.71 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 213 | 0.61 | 0.13 | 0 | 0.16 | 192.56 | 0.61 | 0.58 |
| Hex | 54 | BA | D5 | 3D | D | 0 | 10 | C1 | 3D | 3A |
| Octal | 124 | 272 | 325 | 75 | 15 | 0 | 20 | 301 | 75 | 72 |
| Binary | 1010100 | 10111010 | 11010101 | 111101 | 1101 | 0 | 10000 | 11000001 | 111101 | 111010 |
Color Harmonies of #54BAD5
Complementary color
Monochromatic Colors of #54BAD5
Black with #54BAD5
Text Example
Text Example
White with #54BAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BAD5; }
p { color: rgb(84,186,213); }
H1.HeaderClassName
{
color: #54BAD5;
}
.AnyTagClassName
{
color: #54BAD5;
}
</style>
background-color css
<style>
a { background-color: #54BAD5; }
a { background-color: rgb(84,186,213); }
div.DivClassName
{
background-color: #54BAD5;
}
.BgClassName
{
background-color: #54BAD5;
}
</style>
border-color css
<style>
span { border-color: #54BAD5; }
span { border-color: rgb(84,186,213); }
td.TdClassName
{
border-color: #54BAD5;
}
.TagClassName
{
border-color: #54BAD5;
}
</style>