Shades of Viking #54A6C1
Tints of Viking #54A6C1
RGB
CMYK
RGB Variations
Color information
#54A6C1 (or 0x54A6C1) is known color: Viking. HEX triplet: 54, A6 and C1. RGB value is (84,166,193). Sum of RGB (Red+Green+Blue) = 84+166+193=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #54A6C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A6C1 is #AB593E. Grayscale: #909090. Windows color (decimal): -11229503 or 12691028. OLE color: 12691028.
HSL color Cylindrical-coordinate representation of color #54A6C1: hue angle of 194.86º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54A6C1 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 166 | 193 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.24 |
| HSL | 194.86º | 0.47% | 0.54% | - |
| HSV(B) | 194.86º | 0.56% | 0.76% | - |
| XYZ | 26.92 | 33.01 | 55.4 | - |
| YUV | 144.56 | 155.33 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 166 | 193 | 0.56 | 0.14 | 0 | 0.24 | 194.86 | 0.47 | 0.54 |
| Hex | 54 | A6 | C1 | 38 | E | 0 | 18 | C3 | 2F | 36 |
| Octal | 124 | 246 | 301 | 70 | 16 | 0 | 30 | 303 | 57 | 66 |
| Binary | 1010100 | 10100110 | 11000001 | 111000 | 1110 | 0 | 11000 | 11000011 | 101111 | 110110 |
Color Harmonies of #54A6C1
Complementary color
Monochromatic Colors of #54A6C1
Black with #54A6C1
Text Example
Text Example
White with #54A6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A6C1; }
p { color: rgb(84,166,193); }
H1.HeaderClassName
{
color: #54A6C1;
}
.AnyTagClassName
{
color: #54A6C1;
}
</style>
background-color css
<style>
a { background-color: #54A6C1; }
a { background-color: rgb(84,166,193); }
div.DivClassName
{
background-color: #54A6C1;
}
.BgClassName
{
background-color: #54A6C1;
}
</style>
border-color css
<style>
span { border-color: #54A6C1; }
span { border-color: rgb(84,166,193); }
td.TdClassName
{
border-color: #54A6C1;
}
.TagClassName
{
border-color: #54A6C1;
}
</style>