Shades of Viking #54A7BF
Tints of Viking #54A7BF
RGB
CMYK
RGB Variations
Color information
#54A7BF (or 0x54A7BF) is known color: Viking. HEX triplet: 54, A7 and BF. RGB value is (84,167,191). Sum of RGB (Red+Green+Blue) = 84+167+191=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #54A7BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A7BF is #AB5840. Grayscale: #909090. Windows color (decimal): -11229249 or 12560212. OLE color: 12560212.
HSL color Cylindrical-coordinate representation of color #54A7BF: hue angle of 193.46º 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 #54A7BF is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 167 | 191 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.25 |
| HSL | 193.46º | 0.46% | 0.54% | - |
| HSV(B) | 193.46º | 0.56% | 0.75% | - |
| XYZ | 26.88 | 33.28 | 54.3 | - |
| YUV | 144.92 | 154 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 167 | 191 | 0.56 | 0.13 | 0 | 0.25 | 193.46 | 0.46 | 0.54 |
| Hex | 54 | A7 | BF | 38 | D | 0 | 19 | C1 | 2E | 36 |
| Octal | 124 | 247 | 277 | 70 | 15 | 0 | 31 | 301 | 56 | 66 |
| Binary | 1010100 | 10100111 | 10111111 | 111000 | 1101 | 0 | 11001 | 11000001 | 101110 | 110110 |
Color Harmonies of #54A7BF
Complementary color
Monochromatic Colors of #54A7BF
Black with #54A7BF
Text Example
Text Example
White with #54A7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A7BF; }
p { color: rgb(84,167,191); }
H1.HeaderClassName
{
color: #54A7BF;
}
.AnyTagClassName
{
color: #54A7BF;
}
</style>
background-color css
<style>
a { background-color: #54A7BF; }
a { background-color: rgb(84,167,191); }
div.DivClassName
{
background-color: #54A7BF;
}
.BgClassName
{
background-color: #54A7BF;
}
</style>
border-color css
<style>
span { border-color: #54A7BF; }
span { border-color: rgb(84,167,191); }
td.TdClassName
{
border-color: #54A7BF;
}
.TagClassName
{
border-color: #54A7BF;
}
</style>