Shades of Viking #57ABCD
Tints of Viking #57ABCD
RGB
CMYK
RGB Variations
Color information
#57ABCD (or 0x57ABCD) is known color: Viking. HEX triplet: 57, AB and CD. RGB value is (87,171,205). Sum of RGB (Red+Green+Blue) = 87+171+205=463 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.79% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #57ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ABCD is #A85432. Grayscale: #959595. Windows color (decimal): -11031603 or 13478743. OLE color: 13478743.
HSL color Cylindrical-coordinate representation of color #57ABCD: hue angle of 197.29º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57ABCD is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 171 | 205 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.20 |
| HSL | 197.29º | 0.54% | 0.57% | - |
| HSV(B) | 197.29º | 0.58% | 0.8% | - |
| XYZ | 29.51 | 35.56 | 63.07 | - |
| YUV | 149.76 | 159.17 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 171 | 205 | 0.58 | 0.17 | 0 | 0.20 | 197.29 | 0.54 | 0.57 |
| Hex | 57 | AB | CD | 3A | 11 | 0 | 14 | C5 | 36 | 39 |
| Octal | 127 | 253 | 315 | 72 | 21 | 0 | 24 | 305 | 66 | 71 |
| Binary | 1010111 | 10101011 | 11001101 | 111010 | 10001 | 0 | 10100 | 11000101 | 110110 | 111001 |
Color Harmonies of #57ABCD
Complementary color
Monochromatic Colors of #57ABCD
Black with #57ABCD
Text Example
Text Example
White with #57ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ABCD; }
p { color: rgb(87,171,205); }
H1.HeaderClassName
{
color: #57ABCD;
}
.AnyTagClassName
{
color: #57ABCD;
}
</style>
background-color css
<style>
a { background-color: #57ABCD; }
a { background-color: rgb(87,171,205); }
div.DivClassName
{
background-color: #57ABCD;
}
.BgClassName
{
background-color: #57ABCD;
}
</style>
border-color css
<style>
span { border-color: #57ABCD; }
span { border-color: rgb(87,171,205); }
td.TdClassName
{
border-color: #57ABCD;
}
.TagClassName
{
border-color: #57ABCD;
}
</style>