Shades of Viking #57BAC2
Tints of Viking #57BAC2
RGB
CMYK
RGB Variations
Color information
#57BAC2 (or 0x57BAC2) is known color: Viking. HEX triplet: 57, BA and C2. RGB value is (87,186,194). Sum of RGB (Red+Green+Blue) = 87+186+194=467 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.63% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #57BAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BAC2 is #A8453D. Grayscale: #9D9D9D. Windows color (decimal): -11027774 or 12761687. OLE color: 12761687.
HSL color Cylindrical-coordinate representation of color #57BAC2: hue angle of 184.49º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57BAC2 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 186 | 194 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.24 |
| HSL | 184.49º | 0.47% | 0.55% | - |
| HSV(B) | 184.49º | 0.55% | 0.76% | - |
| XYZ | 31.23 | 41.04 | 57.31 | - |
| YUV | 157.31 | 148.7 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 194 | 0.55 | 0.04 | 0 | 0.24 | 184.49 | 0.47 | 0.55 |
| Hex | 57 | BA | C2 | 37 | 4 | 0 | 18 | B8 | 2F | 37 |
| Octal | 127 | 272 | 302 | 67 | 4 | 0 | 30 | 270 | 57 | 67 |
| Binary | 1010111 | 10111010 | 11000010 | 110111 | 100 | 0 | 11000 | 10111000 | 101111 | 110111 |
Color Harmonies of #57BAC2
Complementary color
Monochromatic Colors of #57BAC2
Black with #57BAC2
Text Example
Text Example
White with #57BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BAC2; }
p { color: rgb(87,186,194); }
H1.HeaderClassName
{
color: #57BAC2;
}
.AnyTagClassName
{
color: #57BAC2;
}
</style>
background-color css
<style>
a { background-color: #57BAC2; }
a { background-color: rgb(87,186,194); }
div.DivClassName
{
background-color: #57BAC2;
}
.BgClassName
{
background-color: #57BAC2;
}
</style>
border-color css
<style>
span { border-color: #57BAC2; }
span { border-color: rgb(87,186,194); }
td.TdClassName
{
border-color: #57BAC2;
}
.TagClassName
{
border-color: #57BAC2;
}
</style>