Shades of Viking #54A3C2
Tints of Viking #54A3C2
RGB
CMYK
RGB Variations
Color information
#54A3C2 (or 0x54A3C2) is known color: Viking. HEX triplet: 54, A3 and C2. RGB value is (84,163,194). Sum of RGB (Red+Green+Blue) = 84+163+194=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #54A3C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A3C2 is #AB5C3D. Grayscale: #8E8E8E. Windows color (decimal): -11230270 or 12755796. OLE color: 12755796.
HSL color Cylindrical-coordinate representation of color #54A3C2: hue angle of 196.91º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54A3C2 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 163 | 194 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.24 |
| HSL | 196.91º | 0.47% | 0.55% | - |
| HSV(B) | 196.91º | 0.57% | 0.76% | - |
| XYZ | 26.49 | 31.97 | 55.81 | - |
| YUV | 142.91 | 156.83 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 163 | 194 | 0.57 | 0.16 | 0 | 0.24 | 196.91 | 0.47 | 0.55 |
| Hex | 54 | A3 | C2 | 39 | 10 | 0 | 18 | C5 | 2F | 37 |
| Octal | 124 | 243 | 302 | 71 | 20 | 0 | 30 | 305 | 57 | 67 |
| Binary | 1010100 | 10100011 | 11000010 | 111001 | 10000 | 0 | 11000 | 11000101 | 101111 | 110111 |
Color Harmonies of #54A3C2
Complementary color
Monochromatic Colors of #54A3C2
Black with #54A3C2
Text Example
Text Example
White with #54A3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A3C2; }
p { color: rgb(84,163,194); }
H1.HeaderClassName
{
color: #54A3C2;
}
.AnyTagClassName
{
color: #54A3C2;
}
</style>
background-color css
<style>
a { background-color: #54A3C2; }
a { background-color: rgb(84,163,194); }
div.DivClassName
{
background-color: #54A3C2;
}
.BgClassName
{
background-color: #54A3C2;
}
</style>
border-color css
<style>
span { border-color: #54A3C2; }
span { border-color: rgb(84,163,194); }
td.TdClassName
{
border-color: #54A3C2;
}
.TagClassName
{
border-color: #54A3C2;
}
</style>