Shades of Viking #54AECA
Tints of Viking #54AECA
RGB
CMYK
RGB Variations
Color information
#54AECA (or 0x54AECA) is known color: Viking. HEX triplet: 54, AE and CA. RGB value is (84,174,202). Sum of RGB (Red+Green+Blue) = 84+174+202=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #54AECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AECA is #AB5135. Grayscale: #969696. Windows color (decimal): -11227446 or 13282900. OLE color: 13282900.
HSL color Cylindrical-coordinate representation of color #54AECA: hue angle of 194.24º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54AECA is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 174 | 202 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.21 |
| HSL | 194.24º | 0.53% | 0.56% | - |
| HSV(B) | 194.24º | 0.58% | 0.79% | - |
| XYZ | 29.45 | 36.42 | 61.35 | - |
| YUV | 150.28 | 157.18 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 202 | 0.58 | 0.14 | 0 | 0.21 | 194.24 | 0.53 | 0.56 |
| Hex | 54 | AE | CA | 3A | E | 0 | 15 | C2 | 35 | 38 |
| Octal | 124 | 256 | 312 | 72 | 16 | 0 | 25 | 302 | 65 | 70 |
| Binary | 1010100 | 10101110 | 11001010 | 111010 | 1110 | 0 | 10101 | 11000010 | 110101 | 111000 |
Color Harmonies of #54AECA
Complementary color
Monochromatic Colors of #54AECA
Black with #54AECA
Text Example
Text Example
White with #54AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AECA; }
p { color: rgb(84,174,202); }
H1.HeaderClassName
{
color: #54AECA;
}
.AnyTagClassName
{
color: #54AECA;
}
</style>
background-color css
<style>
a { background-color: #54AECA; }
a { background-color: rgb(84,174,202); }
div.DivClassName
{
background-color: #54AECA;
}
.BgClassName
{
background-color: #54AECA;
}
</style>
border-color css
<style>
span { border-color: #54AECA; }
span { border-color: rgb(84,174,202); }
td.TdClassName
{
border-color: #54AECA;
}
.TagClassName
{
border-color: #54AECA;
}
</style>