Shades of Viking #57AFBC
Tints of Viking #57AFBC
RGB
CMYK
RGB Variations
Color information
#57AFBC (or 0x57AFBC) is known color: Viking. HEX triplet: 57, AF and BC. RGB value is (87,175,188). Sum of RGB (Red+Green+Blue) = 87+175+188=450 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.33% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #57AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFBC is #A85043. Grayscale: #969696. Windows color (decimal): -11030596 or 12365655. OLE color: 12365655.
HSL color Cylindrical-coordinate representation of color #57AFBC: hue angle of 187.72º 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 #57AFBC is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 175 | 188 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.26 |
| HSL | 187.72º | 0.43% | 0.54% | - |
| HSV(B) | 187.72º | 0.54% | 0.74% | - |
| XYZ | 28.34 | 36.32 | 53.09 | - |
| YUV | 150.17 | 149.35 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 188 | 0.54 | 0.07 | 0 | 0.26 | 187.72 | 0.43 | 0.54 |
| Hex | 57 | AF | BC | 36 | 7 | 0 | 1A | BC | 2B | 36 |
| Octal | 127 | 257 | 274 | 66 | 7 | 0 | 32 | 274 | 53 | 66 |
| Binary | 1010111 | 10101111 | 10111100 | 110110 | 111 | 0 | 11010 | 10111100 | 101011 | 110110 |
Color Harmonies of #57AFBC
Complementary color
Monochromatic Colors of #57AFBC
Black with #57AFBC
Text Example
Text Example
White with #57AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AFBC; }
p { color: rgb(87,175,188); }
H1.HeaderClassName
{
color: #57AFBC;
}
.AnyTagClassName
{
color: #57AFBC;
}
</style>
background-color css
<style>
a { background-color: #57AFBC; }
a { background-color: rgb(87,175,188); }
div.DivClassName
{
background-color: #57AFBC;
}
.BgClassName
{
background-color: #57AFBC;
}
</style>
border-color css
<style>
span { border-color: #57AFBC; }
span { border-color: rgb(87,175,188); }
td.TdClassName
{
border-color: #57AFBC;
}
.TagClassName
{
border-color: #57AFBC;
}
</style>