Shades of Viking #54AECC
Tints of Viking #54AECC
RGB
CMYK
RGB Variations
Color information
#54AECC (or 0x54AECC) is known color: Viking. HEX triplet: 54, AE and CC. RGB value is (84,174,204). Sum of RGB (Red+Green+Blue) = 84+174+204=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #54AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AECC is #AB5133. Grayscale: #969696. Windows color (decimal): -11227444 or 13413972. OLE color: 13413972.
HSL color Cylindrical-coordinate representation of color #54AECC: hue angle of 195º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54AECC is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 174 | 204 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.2 |
| HSL | 195º | 0.54% | 0.56% | - |
| HSV(B) | 195º | 0.59% | 0.8% | - |
| XYZ | 29.69 | 36.52 | 62.61 | - |
| YUV | 150.51 | 158.18 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 204 | 0.59 | 0.15 | 0 | 0.2 | 195 | 0.54 | 0.56 |
| Hex | 54 | AE | CC | 3B | F | 0 | 14 | C3 | 36 | 38 |
| Octal | 124 | 256 | 314 | 73 | 17 | 0 | 24 | 303 | 66 | 70 |
| Binary | 1010100 | 10101110 | 11001100 | 111011 | 1111 | 0 | 10100 | 11000011 | 110110 | 111000 |
Color Harmonies of #54AECC
Complementary color
Monochromatic Colors of #54AECC
Black with #54AECC
Text Example
Text Example
White with #54AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AECC; }
p { color: rgb(84,174,204); }
H1.HeaderClassName
{
color: #54AECC;
}
.AnyTagClassName
{
color: #54AECC;
}
</style>
background-color css
<style>
a { background-color: #54AECC; }
a { background-color: rgb(84,174,204); }
div.DivClassName
{
background-color: #54AECC;
}
.BgClassName
{
background-color: #54AECC;
}
</style>
border-color css
<style>
span { border-color: #54AECC; }
span { border-color: rgb(84,174,204); }
td.TdClassName
{
border-color: #54AECC;
}
.TagClassName
{
border-color: #54AECC;
}
</style>