Shades of Viking #54B9C6
Tints of Viking #54B9C6
RGB
CMYK
RGB Variations
Color information
#54B9C6 (or 0x54B9C6) is known color: Viking. HEX triplet: 54, B9 and C6. RGB value is (84,185,198). Sum of RGB (Red+Green+Blue) = 84+185+198=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #54B9C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B9C6 is #AB4639. Grayscale: #9C9C9C. Windows color (decimal): -11224634 or 13023572. OLE color: 13023572.
HSL color Cylindrical-coordinate representation of color #54B9C6: hue angle of 186.84º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54B9C6 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 185 | 198 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.22 |
| HSL | 186.84º | 0.5% | 0.55% | - |
| HSV(B) | 186.84º | 0.58% | 0.78% | - |
| XYZ | 31.2 | 40.66 | 59.63 | - |
| YUV | 156.28 | 151.54 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 185 | 198 | 0.58 | 0.07 | 0 | 0.22 | 186.84 | 0.5 | 0.55 |
| Hex | 54 | B9 | C6 | 3A | 7 | 0 | 16 | BB | 32 | 37 |
| Octal | 124 | 271 | 306 | 72 | 7 | 0 | 26 | 273 | 62 | 67 |
| Binary | 1010100 | 10111001 | 11000110 | 111010 | 111 | 0 | 10110 | 10111011 | 110010 | 110111 |
Color Harmonies of #54B9C6
Complementary color
Monochromatic Colors of #54B9C6
Black with #54B9C6
Text Example
Text Example
White with #54B9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B9C6; }
p { color: rgb(84,185,198); }
H1.HeaderClassName
{
color: #54B9C6;
}
.AnyTagClassName
{
color: #54B9C6;
}
</style>
background-color css
<style>
a { background-color: #54B9C6; }
a { background-color: rgb(84,185,198); }
div.DivClassName
{
background-color: #54B9C6;
}
.BgClassName
{
background-color: #54B9C6;
}
</style>
border-color css
<style>
span { border-color: #54B9C6; }
span { border-color: rgb(84,185,198); }
td.TdClassName
{
border-color: #54B9C6;
}
.TagClassName
{
border-color: #54B9C6;
}
</style>