Shades of Viking #54BAC4
Tints of Viking #54BAC4
RGB
CMYK
RGB Variations
Color information
#54BAC4 (or 0x54BAC4) is known color: Viking. HEX triplet: 54, BA and C4. RGB value is (84,186,196). Sum of RGB (Red+Green+Blue) = 84+186+196=466 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.03% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #54BAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BAC4 is #AB453B. Grayscale: #9C9C9C. Windows color (decimal): -11224380 or 12892756. OLE color: 12892756.
HSL color Cylindrical-coordinate representation of color #54BAC4: hue angle of 185.36º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54BAC4 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 186 | 196 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.23 |
| HSL | 185.36º | 0.49% | 0.55% | - |
| HSV(B) | 185.36º | 0.57% | 0.77% | - |
| XYZ | 31.18 | 40.99 | 58.49 | - |
| YUV | 156.64 | 150.21 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 196 | 0.57 | 0.05 | 0 | 0.23 | 185.36 | 0.49 | 0.55 |
| Hex | 54 | BA | C4 | 39 | 5 | 0 | 17 | B9 | 31 | 37 |
| Octal | 124 | 272 | 304 | 71 | 5 | 0 | 27 | 271 | 61 | 67 |
| Binary | 1010100 | 10111010 | 11000100 | 111001 | 101 | 0 | 10111 | 10111001 | 110001 | 110111 |
Color Harmonies of #54BAC4
Complementary color
Monochromatic Colors of #54BAC4
Black with #54BAC4
Text Example
Text Example
White with #54BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BAC4; }
p { color: rgb(84,186,196); }
H1.HeaderClassName
{
color: #54BAC4;
}
.AnyTagClassName
{
color: #54BAC4;
}
</style>
background-color css
<style>
a { background-color: #54BAC4; }
a { background-color: rgb(84,186,196); }
div.DivClassName
{
background-color: #54BAC4;
}
.BgClassName
{
background-color: #54BAC4;
}
</style>
border-color css
<style>
span { border-color: #54BAC4; }
span { border-color: rgb(84,186,196); }
td.TdClassName
{
border-color: #54BAC4;
}
.TagClassName
{
border-color: #54BAC4;
}
</style>