Shades of Viking #54A5BF
Tints of Viking #54A5BF
RGB
CMYK
RGB Variations
Color information
#54A5BF (or 0x54A5BF) is known color: Viking. HEX triplet: 54, A5 and BF. RGB value is (84,165,191). Sum of RGB (Red+Green+Blue) = 84+165+191=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #54A5BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A5BF is #AB5A40. Grayscale: #8F8F8F. Windows color (decimal): -11229761 or 12559700. OLE color: 12559700.
HSL color Cylindrical-coordinate representation of color #54A5BF: hue angle of 194.58º 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 #54A5BF is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 165 | 191 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.25 |
| HSL | 194.58º | 0.46% | 0.54% | - |
| HSV(B) | 194.58º | 0.56% | 0.75% | - |
| XYZ | 26.52 | 32.56 | 54.18 | - |
| YUV | 143.75 | 154.66 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 165 | 191 | 0.56 | 0.14 | 0 | 0.25 | 194.58 | 0.46 | 0.54 |
| Hex | 54 | A5 | BF | 38 | E | 0 | 19 | C3 | 2E | 36 |
| Octal | 124 | 245 | 277 | 70 | 16 | 0 | 31 | 303 | 56 | 66 |
| Binary | 1010100 | 10100101 | 10111111 | 111000 | 1110 | 0 | 11001 | 11000011 | 101110 | 110110 |
Color Harmonies of #54A5BF
Complementary color
Monochromatic Colors of #54A5BF
Black with #54A5BF
Text Example
Text Example
White with #54A5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A5BF; }
p { color: rgb(84,165,191); }
H1.HeaderClassName
{
color: #54A5BF;
}
.AnyTagClassName
{
color: #54A5BF;
}
</style>
background-color css
<style>
a { background-color: #54A5BF; }
a { background-color: rgb(84,165,191); }
div.DivClassName
{
background-color: #54A5BF;
}
.BgClassName
{
background-color: #54A5BF;
}
</style>
border-color css
<style>
span { border-color: #54A5BF; }
span { border-color: rgb(84,165,191); }
td.TdClassName
{
border-color: #54A5BF;
}
.TagClassName
{
border-color: #54A5BF;
}
</style>