Shades of Viking #54AEC0
Tints of Viking #54AEC0
RGB
CMYK
RGB Variations
Color information
#54AEC0 (or 0x54AEC0) is known color: Viking. HEX triplet: 54, AE and C0. RGB value is (84,174,192). Sum of RGB (Red+Green+Blue) = 84+174+192=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #54AEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AEC0 is #AB513F. Grayscale: #949494. Windows color (decimal): -11227456 or 12627540. OLE color: 12627540.
HSL color Cylindrical-coordinate representation of color #54AEC0: hue angle of 190º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54AEC0 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 174 | 192 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.25 |
| HSL | 190º | 0.46% | 0.54% | - |
| HSV(B) | 190º | 0.56% | 0.75% | - |
| XYZ | 28.31 | 35.96 | 55.32 | - |
| YUV | 149.14 | 152.18 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 192 | 0.56 | 0.09 | 0 | 0.25 | 190 | 0.46 | 0.54 |
| Hex | 54 | AE | C0 | 38 | 9 | 0 | 19 | BE | 2E | 36 |
| Octal | 124 | 256 | 300 | 70 | 11 | 0 | 31 | 276 | 56 | 66 |
| Binary | 1010100 | 10101110 | 11000000 | 111000 | 1001 | 0 | 11001 | 10111110 | 101110 | 110110 |
Color Harmonies of #54AEC0
Complementary color
Monochromatic Colors of #54AEC0
Black with #54AEC0
Text Example
Text Example
White with #54AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AEC0; }
p { color: rgb(84,174,192); }
H1.HeaderClassName
{
color: #54AEC0;
}
.AnyTagClassName
{
color: #54AEC0;
}
</style>
background-color css
<style>
a { background-color: #54AEC0; }
a { background-color: rgb(84,174,192); }
div.DivClassName
{
background-color: #54AEC0;
}
.BgClassName
{
background-color: #54AEC0;
}
</style>
border-color css
<style>
span { border-color: #54AEC0; }
span { border-color: rgb(84,174,192); }
td.TdClassName
{
border-color: #54AEC0;
}
.TagClassName
{
border-color: #54AEC0;
}
</style>