Shades of Viking #57ABBD
Tints of Viking #57ABBD
RGB
CMYK
RGB Variations
Color information
#57ABBD (or 0x57ABBD) is known color: Viking. HEX triplet: 57, AB and BD. RGB value is (87,171,189). Sum of RGB (Red+Green+Blue) = 87+171+189=447 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.46% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #57ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ABBD is #A85442. Grayscale: #939393. Windows color (decimal): -11031619 or 12430167. OLE color: 12430167.
HSL color Cylindrical-coordinate representation of color #57ABBD: hue angle of 190.59º degrees, saturation: 0.44, 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 #57ABBD is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 171 | 189 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.26 |
| HSL | 190.59º | 0.44% | 0.54% | - |
| HSV(B) | 190.59º | 0.54% | 0.74% | - |
| XYZ | 27.68 | 34.83 | 53.41 | - |
| YUV | 147.94 | 151.17 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 171 | 189 | 0.54 | 0.10 | 0 | 0.26 | 190.59 | 0.44 | 0.54 |
| Hex | 57 | AB | BD | 36 | A | 0 | 1A | BF | 2C | 36 |
| Octal | 127 | 253 | 275 | 66 | 12 | 0 | 32 | 277 | 54 | 66 |
| Binary | 1010111 | 10101011 | 10111101 | 110110 | 1010 | 0 | 11010 | 10111111 | 101100 | 110110 |
Color Harmonies of #57ABBD
Complementary color
Monochromatic Colors of #57ABBD
Black with #57ABBD
Text Example
Text Example
White with #57ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ABBD; }
p { color: rgb(87,171,189); }
H1.HeaderClassName
{
color: #57ABBD;
}
.AnyTagClassName
{
color: #57ABBD;
}
</style>
background-color css
<style>
a { background-color: #57ABBD; }
a { background-color: rgb(87,171,189); }
div.DivClassName
{
background-color: #57ABBD;
}
.BgClassName
{
background-color: #57ABBD;
}
</style>
border-color css
<style>
span { border-color: #57ABBD; }
span { border-color: rgb(87,171,189); }
td.TdClassName
{
border-color: #57ABBD;
}
.TagClassName
{
border-color: #57ABBD;
}
</style>