Shades of Viking #54A8C2
Tints of Viking #54A8C2
RGB
CMYK
RGB Variations
Color information
#54A8C2 (or 0x54A8C2) is known color: Viking. HEX triplet: 54, A8 and C2. RGB value is (84,168,194). Sum of RGB (Red+Green+Blue) = 84+168+194=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #54A8C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A8C2 is #AB573D. Grayscale: #919191. Windows color (decimal): -11228990 or 12757076. OLE color: 12757076.
HSL color Cylindrical-coordinate representation of color #54A8C2: hue angle of 194.18º 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 #54A8C2 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 168 | 194 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.24 |
| HSL | 194.18º | 0.47% | 0.55% | - |
| HSV(B) | 194.18º | 0.57% | 0.76% | - |
| XYZ | 27.4 | 33.79 | 56.12 | - |
| YUV | 145.85 | 155.17 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 194 | 0.57 | 0.13 | 0 | 0.24 | 194.18 | 0.47 | 0.55 |
| Hex | 54 | A8 | C2 | 39 | D | 0 | 18 | C2 | 2F | 37 |
| Octal | 124 | 250 | 302 | 71 | 15 | 0 | 30 | 302 | 57 | 67 |
| Binary | 1010100 | 10101000 | 11000010 | 111001 | 1101 | 0 | 11000 | 11000010 | 101111 | 110111 |
Color Harmonies of #54A8C2
Complementary color
Monochromatic Colors of #54A8C2
Black with #54A8C2
Text Example
Text Example
White with #54A8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A8C2; }
p { color: rgb(84,168,194); }
H1.HeaderClassName
{
color: #54A8C2;
}
.AnyTagClassName
{
color: #54A8C2;
}
</style>
background-color css
<style>
a { background-color: #54A8C2; }
a { background-color: rgb(84,168,194); }
div.DivClassName
{
background-color: #54A8C2;
}
.BgClassName
{
background-color: #54A8C2;
}
</style>
border-color css
<style>
span { border-color: #54A8C2; }
span { border-color: rgb(84,168,194); }
td.TdClassName
{
border-color: #54A8C2;
}
.TagClassName
{
border-color: #54A8C2;
}
</style>