Shades of Viking #54A5BD
Tints of Viking #54A5BD
RGB
CMYK
RGB Variations
Color information
#54A5BD (or 0x54A5BD) is known color: Viking. HEX triplet: 54, A5 and BD. RGB value is (84,165,189). Sum of RGB (Red+Green+Blue) = 84+165+189=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #54A5BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A5BD is #AB5A42. Grayscale: #8F8F8F. Windows color (decimal): -11229763 or 12428628. OLE color: 12428628.
HSL color Cylindrical-coordinate representation of color #54A5BD: hue angle of 193.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54A5BD is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 165 | 189 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.26 |
| HSL | 193.71º | 0.44% | 0.54% | - |
| HSV(B) | 193.71º | 0.56% | 0.74% | - |
| XYZ | 26.3 | 32.47 | 53.03 | - |
| YUV | 143.52 | 153.66 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 165 | 189 | 0.56 | 0.13 | 0 | 0.26 | 193.71 | 0.44 | 0.54 |
| Hex | 54 | A5 | BD | 38 | D | 0 | 1A | C2 | 2C | 36 |
| Octal | 124 | 245 | 275 | 70 | 15 | 0 | 32 | 302 | 54 | 66 |
| Binary | 1010100 | 10100101 | 10111101 | 111000 | 1101 | 0 | 11010 | 11000010 | 101100 | 110110 |
Color Harmonies of #54A5BD
Complementary color
Monochromatic Colors of #54A5BD
Black with #54A5BD
Text Example
Text Example
White with #54A5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A5BD; }
p { color: rgb(84,165,189); }
H1.HeaderClassName
{
color: #54A5BD;
}
.AnyTagClassName
{
color: #54A5BD;
}
</style>
background-color css
<style>
a { background-color: #54A5BD; }
a { background-color: rgb(84,165,189); }
div.DivClassName
{
background-color: #54A5BD;
}
.BgClassName
{
background-color: #54A5BD;
}
</style>
border-color css
<style>
span { border-color: #54A5BD; }
span { border-color: rgb(84,165,189); }
td.TdClassName
{
border-color: #54A5BD;
}
.TagClassName
{
border-color: #54A5BD;
}
</style>