Shades of Viking #54ABCC
Tints of Viking #54ABCC
RGB
CMYK
RGB Variations
Color information
#54ABCC (or 0x54ABCC) is known color: Viking. HEX triplet: 54, AB and CC. RGB value is (84,171,204). Sum of RGB (Red+Green+Blue) = 84+171+204=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #54ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABCC is #AB5433. Grayscale: #949494. Windows color (decimal): -11228212 or 13413204. OLE color: 13413204.
HSL color Cylindrical-coordinate representation of color #54ABCC: hue angle of 196.5º 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 #54ABCC is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 171 | 204 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.2 |
| HSL | 196.5º | 0.54% | 0.56% | - |
| HSV(B) | 196.5º | 0.59% | 0.8% | - |
| XYZ | 29.12 | 35.37 | 62.42 | - |
| YUV | 148.75 | 159.18 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 204 | 0.59 | 0.16 | 0 | 0.2 | 196.5 | 0.54 | 0.56 |
| Hex | 54 | AB | CC | 3B | 10 | 0 | 14 | C4 | 36 | 38 |
| Octal | 124 | 253 | 314 | 73 | 20 | 0 | 24 | 304 | 66 | 70 |
| Binary | 1010100 | 10101011 | 11001100 | 111011 | 10000 | 0 | 10100 | 11000100 | 110110 | 111000 |
Color Harmonies of #54ABCC
Complementary color
Monochromatic Colors of #54ABCC
Black with #54ABCC
Text Example
Text Example
White with #54ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ABCC; }
p { color: rgb(84,171,204); }
H1.HeaderClassName
{
color: #54ABCC;
}
.AnyTagClassName
{
color: #54ABCC;
}
</style>
background-color css
<style>
a { background-color: #54ABCC; }
a { background-color: rgb(84,171,204); }
div.DivClassName
{
background-color: #54ABCC;
}
.BgClassName
{
background-color: #54ABCC;
}
</style>
border-color css
<style>
span { border-color: #54ABCC; }
span { border-color: rgb(84,171,204); }
td.TdClassName
{
border-color: #54ABCC;
}
.TagClassName
{
border-color: #54ABCC;
}
</style>