Shades of Viking #54BACB
Tints of Viking #54BACB
RGB
CMYK
RGB Variations
Color information
#54BACB (or 0x54BACB) is known color: Viking. HEX triplet: 54, BA and CB. RGB value is (84,186,203). Sum of RGB (Red+Green+Blue) = 84+186+203=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #54BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BACB is #AB4534. Grayscale: #9D9D9D. Windows color (decimal): -11224373 or 13351508. OLE color: 13351508.
HSL color Cylindrical-coordinate representation of color #54BACB: hue angle of 188.57º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54BACB is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 186 | 203 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.20 |
| HSL | 188.57º | 0.53% | 0.56% | - |
| HSV(B) | 188.57º | 0.59% | 0.8% | - |
| XYZ | 31.99 | 41.31 | 62.79 | - |
| YUV | 157.44 | 153.71 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 203 | 0.59 | 0.08 | 0 | 0.20 | 188.57 | 0.53 | 0.56 |
| Hex | 54 | BA | CB | 3B | 8 | 0 | 14 | BD | 35 | 38 |
| Octal | 124 | 272 | 313 | 73 | 10 | 0 | 24 | 275 | 65 | 70 |
| Binary | 1010100 | 10111010 | 11001011 | 111011 | 1000 | 0 | 10100 | 10111101 | 110101 | 111000 |
Color Harmonies of #54BACB
Complementary color
Monochromatic Colors of #54BACB
Black with #54BACB
Text Example
Text Example
White with #54BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BACB; }
p { color: rgb(84,186,203); }
H1.HeaderClassName
{
color: #54BACB;
}
.AnyTagClassName
{
color: #54BACB;
}
</style>
background-color css
<style>
a { background-color: #54BACB; }
a { background-color: rgb(84,186,203); }
div.DivClassName
{
background-color: #54BACB;
}
.BgClassName
{
background-color: #54BACB;
}
</style>
border-color css
<style>
span { border-color: #54BACB; }
span { border-color: rgb(84,186,203); }
td.TdClassName
{
border-color: #54BACB;
}
.TagClassName
{
border-color: #54BACB;
}
</style>