Shades of Viking #54AED0
Tints of Viking #54AED0
RGB
CMYK
RGB Variations
Color information
#54AED0 (or 0x54AED0) is known color: Viking. HEX triplet: 54, AE and D0. RGB value is (84,174,208). Sum of RGB (Red+Green+Blue) = 84+174+208=466 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.03% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #54AED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AED0 is #AB512F. Grayscale: #969696. Windows color (decimal): -11227440 or 13676116. OLE color: 13676116.
HSL color Cylindrical-coordinate representation of color #54AED0: hue angle of 196.45º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54AED0 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 174 | 208 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.18 |
| HSL | 196.45º | 0.57% | 0.57% | - |
| HSV(B) | 196.45º | 0.6% | 0.82% | - |
| XYZ | 30.18 | 36.71 | 65.17 | - |
| YUV | 150.97 | 160.18 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 208 | 0.60 | 0.16 | 0 | 0.18 | 196.45 | 0.57 | 0.57 |
| Hex | 54 | AE | D0 | 3C | 10 | 0 | 12 | C4 | 39 | 39 |
| Octal | 124 | 256 | 320 | 74 | 20 | 0 | 22 | 304 | 71 | 71 |
| Binary | 1010100 | 10101110 | 11010000 | 111100 | 10000 | 0 | 10010 | 11000100 | 111001 | 111001 |
Color Harmonies of #54AED0
Complementary color
Monochromatic Colors of #54AED0
Black with #54AED0
Text Example
Text Example
White with #54AED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AED0; }
p { color: rgb(84,174,208); }
H1.HeaderClassName
{
color: #54AED0;
}
.AnyTagClassName
{
color: #54AED0;
}
</style>
background-color css
<style>
a { background-color: #54AED0; }
a { background-color: rgb(84,174,208); }
div.DivClassName
{
background-color: #54AED0;
}
.BgClassName
{
background-color: #54AED0;
}
</style>
border-color css
<style>
span { border-color: #54AED0; }
span { border-color: rgb(84,174,208); }
td.TdClassName
{
border-color: #54AED0;
}
.TagClassName
{
border-color: #54AED0;
}
</style>