Shades of Viking #57ABBC
Tints of Viking #57ABBC
RGB
CMYK
RGB Variations
Color information
#57ABBC (or 0x57ABBC) is known color: Viking. HEX triplet: 57, AB and BC. RGB value is (87,171,188). Sum of RGB (Red+Green+Blue) = 87+171+188=446 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.51% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #57ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ABBC is #A85443. Grayscale: #939393. Windows color (decimal): -11031620 or 12364631. OLE color: 12364631.
HSL color Cylindrical-coordinate representation of color #57ABBC: hue angle of 190.1º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57ABBC is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 171 | 188 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.26 |
| HSL | 190.1º | 0.43% | 0.54% | - |
| HSV(B) | 190.1º | 0.54% | 0.74% | - |
| XYZ | 27.57 | 34.78 | 52.84 | - |
| YUV | 147.82 | 150.67 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 171 | 188 | 0.54 | 0.09 | 0 | 0.26 | 190.1 | 0.43 | 0.54 |
| Hex | 57 | AB | BC | 36 | 9 | 0 | 1A | BE | 2B | 36 |
| Octal | 127 | 253 | 274 | 66 | 11 | 0 | 32 | 276 | 53 | 66 |
| Binary | 1010111 | 10101011 | 10111100 | 110110 | 1001 | 0 | 11010 | 10111110 | 101011 | 110110 |
Color Harmonies of #57ABBC
Complementary color
Monochromatic Colors of #57ABBC
Black with #57ABBC
Text Example
Text Example
White with #57ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ABBC; }
p { color: rgb(87,171,188); }
H1.HeaderClassName
{
color: #57ABBC;
}
.AnyTagClassName
{
color: #57ABBC;
}
</style>
background-color css
<style>
a { background-color: #57ABBC; }
a { background-color: rgb(87,171,188); }
div.DivClassName
{
background-color: #57ABBC;
}
.BgClassName
{
background-color: #57ABBC;
}
</style>
border-color css
<style>
span { border-color: #57ABBC; }
span { border-color: rgb(87,171,188); }
td.TdClassName
{
border-color: #57ABBC;
}
.TagClassName
{
border-color: #57ABBC;
}
</style>