Shades of Viking #57BAC8
Tints of Viking #57BAC8
RGB
CMYK
RGB Variations
Color information
#57BAC8 (or 0x57BAC8) is known color: Viking. HEX triplet: 57, BA and C8. RGB value is (87,186,200). Sum of RGB (Red+Green+Blue) = 87+186+200=473 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.39% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #57BAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BAC8 is #A84537. Grayscale: #9D9D9D. Windows color (decimal): -11027768 or 13154903. OLE color: 13154903.
HSL color Cylindrical-coordinate representation of color #57BAC8: hue angle of 187.43º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57BAC8 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 186 | 200 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.22 |
| HSL | 187.43º | 0.51% | 0.56% | - |
| HSV(B) | 187.43º | 0.57% | 0.78% | - |
| XYZ | 31.91 | 41.31 | 60.94 | - |
| YUV | 158 | 151.7 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 200 | 0.56 | 0.07 | 0 | 0.22 | 187.43 | 0.51 | 0.56 |
| Hex | 57 | BA | C8 | 38 | 7 | 0 | 16 | BB | 33 | 38 |
| Octal | 127 | 272 | 310 | 70 | 7 | 0 | 26 | 273 | 63 | 70 |
| Binary | 1010111 | 10111010 | 11001000 | 111000 | 111 | 0 | 10110 | 10111011 | 110011 | 111000 |
Color Harmonies of #57BAC8
Complementary color
Monochromatic Colors of #57BAC8
Black with #57BAC8
Text Example
Text Example
White with #57BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BAC8; }
p { color: rgb(87,186,200); }
H1.HeaderClassName
{
color: #57BAC8;
}
.AnyTagClassName
{
color: #57BAC8;
}
</style>
background-color css
<style>
a { background-color: #57BAC8; }
a { background-color: rgb(87,186,200); }
div.DivClassName
{
background-color: #57BAC8;
}
.BgClassName
{
background-color: #57BAC8;
}
</style>
border-color css
<style>
span { border-color: #57BAC8; }
span { border-color: rgb(87,186,200); }
td.TdClassName
{
border-color: #57BAC8;
}
.TagClassName
{
border-color: #57BAC8;
}
</style>