Shades of Viking #54AECD
Tints of Viking #54AECD
RGB
CMYK
RGB Variations
Color information
#54AECD (or 0x54AECD) is known color: Viking. HEX triplet: 54, AE and CD. RGB value is (84,174,205). Sum of RGB (Red+Green+Blue) = 84+174+205=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #54AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AECD is #AB5132. Grayscale: #969696. Windows color (decimal): -11227443 or 13479508. OLE color: 13479508.
HSL color Cylindrical-coordinate representation of color #54AECD: hue angle of 195.37º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54AECD is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 174 | 205 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.20 |
| HSL | 195.37º | 0.55% | 0.57% | - |
| HSV(B) | 195.37º | 0.59% | 0.8% | - |
| XYZ | 29.81 | 36.56 | 63.24 | - |
| YUV | 150.62 | 158.68 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 205 | 0.59 | 0.15 | 0 | 0.20 | 195.37 | 0.55 | 0.57 |
| Hex | 54 | AE | CD | 3B | F | 0 | 14 | C3 | 37 | 39 |
| Octal | 124 | 256 | 315 | 73 | 17 | 0 | 24 | 303 | 67 | 71 |
| Binary | 1010100 | 10101110 | 11001101 | 111011 | 1111 | 0 | 10100 | 11000011 | 110111 | 111001 |
Color Harmonies of #54AECD
Complementary color
Monochromatic Colors of #54AECD
Black with #54AECD
Text Example
Text Example
White with #54AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AECD; }
p { color: rgb(84,174,205); }
H1.HeaderClassName
{
color: #54AECD;
}
.AnyTagClassName
{
color: #54AECD;
}
</style>
background-color css
<style>
a { background-color: #54AECD; }
a { background-color: rgb(84,174,205); }
div.DivClassName
{
background-color: #54AECD;
}
.BgClassName
{
background-color: #54AECD;
}
</style>
border-color css
<style>
span { border-color: #54AECD; }
span { border-color: rgb(84,174,205); }
td.TdClassName
{
border-color: #54AECD;
}
.TagClassName
{
border-color: #54AECD;
}
</style>