Shades of Viking #54BDBE
Tints of Viking #54BDBE
RGB
CMYK
RGB Variations
Color information
#54BDBE (or 0x54BDBE) is known color: Viking. HEX triplet: 54, BD and BE. RGB value is (84,189,190). Sum of RGB (Red+Green+Blue) = 84+189+190=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #54BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BDBE is #AB4241. Grayscale: #9D9D9D. Windows color (decimal): -11223618 or 12500308. OLE color: 12500308.
HSL color Cylindrical-coordinate representation of color #54BDBE: hue angle of 180.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BDBE is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 189 | 190 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.25 |
| HSL | 180.57º | 0.45% | 0.54% | - |
| HSV(B) | 180.57º | 0.56% | 0.75% | - |
| XYZ | 31.15 | 42 | 55.18 | - |
| YUV | 157.72 | 146.21 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 190 | 0.56 | 0.01 | 0 | 0.25 | 180.57 | 0.45 | 0.54 |
| Hex | 54 | BD | BE | 38 | 1 | 0 | 19 | B5 | 2D | 36 |
| Octal | 124 | 275 | 276 | 70 | 1 | 0 | 31 | 265 | 55 | 66 |
| Binary | 1010100 | 10111101 | 10111110 | 111000 | 1 | 0 | 11001 | 10110101 | 101101 | 110110 |
Color Harmonies of #54BDBE
Complementary color
Monochromatic Colors of #54BDBE
Black with #54BDBE
Text Example
Text Example
White with #54BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDBE; }
p { color: rgb(84,189,190); }
H1.HeaderClassName
{
color: #54BDBE;
}
.AnyTagClassName
{
color: #54BDBE;
}
</style>
background-color css
<style>
a { background-color: #54BDBE; }
a { background-color: rgb(84,189,190); }
div.DivClassName
{
background-color: #54BDBE;
}
.BgClassName
{
background-color: #54BDBE;
}
</style>
border-color css
<style>
span { border-color: #54BDBE; }
span { border-color: rgb(84,189,190); }
td.TdClassName
{
border-color: #54BDBE;
}
.TagClassName
{
border-color: #54BDBE;
}
</style>