Shades of Viking #54AEC5
Tints of Viking #54AEC5
RGB
CMYK
RGB Variations
Color information
#54AEC5 (or 0x54AEC5) is known color: Viking. HEX triplet: 54, AE and C5. RGB value is (84,174,197). Sum of RGB (Red+Green+Blue) = 84+174+197=455 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.46% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 197 - color contains mainly: blue. Hex color #54AEC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AEC5 is #AB513A. Grayscale: #959595. Windows color (decimal): -11227451 or 12955220. OLE color: 12955220.
HSL color Cylindrical-coordinate representation of color #54AEC5: hue angle of 192.21º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54AEC5 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 174 | 197 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.23 |
| HSL | 192.21º | 0.49% | 0.55% | - |
| HSV(B) | 192.21º | 0.57% | 0.77% | - |
| XYZ | 28.87 | 36.19 | 58.29 | - |
| YUV | 149.71 | 154.68 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 197 | 0.57 | 0.12 | 0 | 0.23 | 192.21 | 0.49 | 0.55 |
| Hex | 54 | AE | C5 | 39 | C | 0 | 17 | C0 | 31 | 37 |
| Octal | 124 | 256 | 305 | 71 | 14 | 0 | 27 | 300 | 61 | 67 |
| Binary | 1010100 | 10101110 | 11000101 | 111001 | 1100 | 0 | 10111 | 11000000 | 110001 | 110111 |
Color Harmonies of #54AEC5
Complementary color
Monochromatic Colors of #54AEC5
Black with #54AEC5
Text Example
Text Example
White with #54AEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AEC5; }
p { color: rgb(84,174,197); }
H1.HeaderClassName
{
color: #54AEC5;
}
.AnyTagClassName
{
color: #54AEC5;
}
</style>
background-color css
<style>
a { background-color: #54AEC5; }
a { background-color: rgb(84,174,197); }
div.DivClassName
{
background-color: #54AEC5;
}
.BgClassName
{
background-color: #54AEC5;
}
</style>
border-color css
<style>
span { border-color: #54AEC5; }
span { border-color: rgb(84,174,197); }
td.TdClassName
{
border-color: #54AEC5;
}
.TagClassName
{
border-color: #54AEC5;
}
</style>