Shades of Viking #54BCC0
Tints of Viking #54BCC0
RGB
CMYK
RGB Variations
Color information
#54BCC0 (or 0x54BCC0) is known color: Viking. HEX triplet: 54, BC and C0. RGB value is (84,188,192). Sum of RGB (Red+Green+Blue) = 84+188+192=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #54BCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCC0 is #AB433F. Grayscale: #9D9D9D. Windows color (decimal): -11223872 or 12631124. OLE color: 12631124.
HSL color Cylindrical-coordinate representation of color #54BCC0: hue angle of 182.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BCC0 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 188 | 192 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.25 |
| HSL | 182.22º | 0.46% | 0.54% | - |
| HSV(B) | 182.22º | 0.56% | 0.75% | - |
| XYZ | 31.15 | 41.66 | 56.27 | - |
| YUV | 157.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 192 | 0.56 | 0.02 | 0 | 0.25 | 182.22 | 0.46 | 0.54 |
| Hex | 54 | BC | C0 | 38 | 2 | 0 | 19 | B6 | 2E | 36 |
| Octal | 124 | 274 | 300 | 70 | 2 | 0 | 31 | 266 | 56 | 66 |
| Binary | 1010100 | 10111100 | 11000000 | 111000 | 10 | 0 | 11001 | 10110110 | 101110 | 110110 |
Color Harmonies of #54BCC0
Complementary color
Monochromatic Colors of #54BCC0
Black with #54BCC0
Text Example
Text Example
White with #54BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BCC0; }
p { color: rgb(84,188,192); }
H1.HeaderClassName
{
color: #54BCC0;
}
.AnyTagClassName
{
color: #54BCC0;
}
</style>
background-color css
<style>
a { background-color: #54BCC0; }
a { background-color: rgb(84,188,192); }
div.DivClassName
{
background-color: #54BCC0;
}
.BgClassName
{
background-color: #54BCC0;
}
</style>
border-color css
<style>
span { border-color: #54BCC0; }
span { border-color: rgb(84,188,192); }
td.TdClassName
{
border-color: #54BCC0;
}
.TagClassName
{
border-color: #54BCC0;
}
</style>