Shades of Viking #57BAC0
Tints of Viking #57BAC0
RGB
CMYK
RGB Variations
Color information
#57BAC0 (or 0x57BAC0) is known color: Viking. HEX triplet: 57, BA and C0. RGB value is (87,186,192). Sum of RGB (Red+Green+Blue) = 87+186+192=465 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.71% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #57BAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BAC0 is #A8453F. Grayscale: #9C9C9C. Windows color (decimal): -11027776 or 12630615. OLE color: 12630615.
HSL color Cylindrical-coordinate representation of color #57BAC0: hue angle of 183.43º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57BAC0 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 186 | 192 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.25 |
| HSL | 183.43º | 0.45% | 0.55% | - |
| HSV(B) | 183.43º | 0.55% | 0.75% | - |
| XYZ | 31 | 40.95 | 56.14 | - |
| YUV | 157.08 | 147.7 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 192 | 0.55 | 0.03 | 0 | 0.25 | 183.43 | 0.45 | 0.55 |
| Hex | 57 | BA | C0 | 37 | 3 | 0 | 19 | B7 | 2D | 37 |
| Octal | 127 | 272 | 300 | 67 | 3 | 0 | 31 | 267 | 55 | 67 |
| Binary | 1010111 | 10111010 | 11000000 | 110111 | 11 | 0 | 11001 | 10110111 | 101101 | 110111 |
Color Harmonies of #57BAC0
Complementary color
Monochromatic Colors of #57BAC0
Black with #57BAC0
Text Example
Text Example
White with #57BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BAC0; }
p { color: rgb(87,186,192); }
H1.HeaderClassName
{
color: #57BAC0;
}
.AnyTagClassName
{
color: #57BAC0;
}
</style>
background-color css
<style>
a { background-color: #57BAC0; }
a { background-color: rgb(87,186,192); }
div.DivClassName
{
background-color: #57BAC0;
}
.BgClassName
{
background-color: #57BAC0;
}
</style>
border-color css
<style>
span { border-color: #57BAC0; }
span { border-color: rgb(87,186,192); }
td.TdClassName
{
border-color: #57BAC0;
}
.TagClassName
{
border-color: #57BAC0;
}
</style>