Shades of Viking #54BBBC
Tints of Viking #54BBBC
RGB
CMYK
RGB Variations
Color information
#54BBBC (or 0x54BBBC) is known color: Viking. HEX triplet: 54, BB and BC. RGB value is (84,187,188). Sum of RGB (Red+Green+Blue) = 84+187+188=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #54BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBBC is #AB4443. Grayscale: #9C9C9C. Windows color (decimal): -11224132 or 12368724. OLE color: 12368724.
HSL color Cylindrical-coordinate representation of color #54BBBC: hue angle of 180.58º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BBBC is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 187 | 188 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.26 |
| HSL | 180.58º | 0.44% | 0.53% | - |
| HSV(B) | 180.58º | 0.55% | 0.74% | - |
| XYZ | 30.5 | 41.06 | 53.89 | - |
| YUV | 156.32 | 145.88 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 188 | 0.55 | 0.01 | 0 | 0.26 | 180.58 | 0.44 | 0.53 |
| Hex | 54 | BB | BC | 37 | 1 | 0 | 1A | B5 | 2C | 35 |
| Octal | 124 | 273 | 274 | 67 | 1 | 0 | 32 | 265 | 54 | 65 |
| Binary | 1010100 | 10111011 | 10111100 | 110111 | 1 | 0 | 11010 | 10110101 | 101100 | 110101 |
Color Harmonies of #54BBBC
Complementary color
Monochromatic Colors of #54BBBC
Black with #54BBBC
Text Example
Text Example
White with #54BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BBBC; }
p { color: rgb(84,187,188); }
H1.HeaderClassName
{
color: #54BBBC;
}
.AnyTagClassName
{
color: #54BBBC;
}
</style>
background-color css
<style>
a { background-color: #54BBBC; }
a { background-color: rgb(84,187,188); }
div.DivClassName
{
background-color: #54BBBC;
}
.BgClassName
{
background-color: #54BBBC;
}
</style>
border-color css
<style>
span { border-color: #54BBBC; }
span { border-color: rgb(84,187,188); }
td.TdClassName
{
border-color: #54BBBC;
}
.TagClassName
{
border-color: #54BBBC;
}
</style>