Shades of Viking #54BDC0
Tints of Viking #54BDC0
RGB
CMYK
RGB Variations
Color information
#54BDC0 (or 0x54BDC0) is known color: Viking. HEX triplet: 54, BD and C0. RGB value is (84,189,192). Sum of RGB (Red+Green+Blue) = 84+189+192=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #54BDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BDC0 is #AB423F. Grayscale: #9D9D9D. Windows color (decimal): -11223616 or 12631380. OLE color: 12631380.
HSL color Cylindrical-coordinate representation of color #54BDC0: hue angle of 181.67º degrees, saturation: 0.46, 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 #54BDC0 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 189 | 192 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.25 |
| HSL | 181.67º | 0.46% | 0.54% | - |
| HSV(B) | 181.67º | 0.56% | 0.75% | - |
| XYZ | 31.37 | 42.09 | 56.34 | - |
| YUV | 157.95 | 147.21 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 192 | 0.56 | 0.02 | 0 | 0.25 | 181.67 | 0.46 | 0.54 |
| Hex | 54 | BD | C0 | 38 | 2 | 0 | 19 | B6 | 2E | 36 |
| Octal | 124 | 275 | 300 | 70 | 2 | 0 | 31 | 266 | 56 | 66 |
| Binary | 1010100 | 10111101 | 11000000 | 111000 | 10 | 0 | 11001 | 10110110 | 101110 | 110110 |
Color Harmonies of #54BDC0
Complementary color
Monochromatic Colors of #54BDC0
Black with #54BDC0
Text Example
Text Example
White with #54BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDC0; }
p { color: rgb(84,189,192); }
H1.HeaderClassName
{
color: #54BDC0;
}
.AnyTagClassName
{
color: #54BDC0;
}
</style>
background-color css
<style>
a { background-color: #54BDC0; }
a { background-color: rgb(84,189,192); }
div.DivClassName
{
background-color: #54BDC0;
}
.BgClassName
{
background-color: #54BDC0;
}
</style>
border-color css
<style>
span { border-color: #54BDC0; }
span { border-color: rgb(84,189,192); }
td.TdClassName
{
border-color: #54BDC0;
}
.TagClassName
{
border-color: #54BDC0;
}
</style>