Shades of Viking #54BBC1
Tints of Viking #54BBC1
RGB
CMYK
RGB Variations
Color information
#54BBC1 (or 0x54BBC1) is known color: Viking. HEX triplet: 54, BB and C1. RGB value is (84,187,193). Sum of RGB (Red+Green+Blue) = 84+187+193=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #54BBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBC1 is #AB443E. Grayscale: #9C9C9C. Windows color (decimal): -11224127 or 12696404. OLE color: 12696404.
HSL color Cylindrical-coordinate representation of color #54BBC1: hue angle of 183.3º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BBC1 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 187 | 193 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.24 |
| HSL | 183.3º | 0.47% | 0.54% | - |
| HSV(B) | 183.3º | 0.56% | 0.76% | - |
| XYZ | 31.05 | 41.28 | 56.78 | - |
| YUV | 156.89 | 148.38 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 193 | 0.56 | 0.03 | 0 | 0.24 | 183.3 | 0.47 | 0.54 |
| Hex | 54 | BB | C1 | 38 | 3 | 0 | 18 | B7 | 2F | 36 |
| Octal | 124 | 273 | 301 | 70 | 3 | 0 | 30 | 267 | 57 | 66 |
| Binary | 1010100 | 10111011 | 11000001 | 111000 | 11 | 0 | 11000 | 10110111 | 101111 | 110110 |
Color Harmonies of #54BBC1
Complementary color
Monochromatic Colors of #54BBC1
Black with #54BBC1
Text Example
Text Example
White with #54BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BBC1; }
p { color: rgb(84,187,193); }
H1.HeaderClassName
{
color: #54BBC1;
}
.AnyTagClassName
{
color: #54BBC1;
}
</style>
background-color css
<style>
a { background-color: #54BBC1; }
a { background-color: rgb(84,187,193); }
div.DivClassName
{
background-color: #54BBC1;
}
.BgClassName
{
background-color: #54BBC1;
}
</style>
border-color css
<style>
span { border-color: #54BBC1; }
span { border-color: rgb(84,187,193); }
td.TdClassName
{
border-color: #54BBC1;
}
.TagClassName
{
border-color: #54BBC1;
}
</style>