Shades of Viking #57B1BE
Tints of Viking #57B1BE
RGB
CMYK
RGB Variations
Color information
#57B1BE (or 0x57B1BE) is known color: Viking. HEX triplet: 57, B1 and BE. RGB value is (87,177,190). Sum of RGB (Red+Green+Blue) = 87+177+190=454 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.16% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #57B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B1BE is #A84E41. Grayscale: #979797. Windows color (decimal): -11030082 or 12497239. OLE color: 12497239.
HSL color Cylindrical-coordinate representation of color #57B1BE: hue angle of 187.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57B1BE is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 177 | 190 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.25 |
| HSL | 187.57º | 0.44% | 0.54% | - |
| HSV(B) | 187.57º | 0.54% | 0.75% | - |
| XYZ | 28.95 | 37.19 | 54.37 | - |
| YUV | 151.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 177 | 190 | 0.54 | 0.07 | 0 | 0.25 | 187.57 | 0.44 | 0.54 |
| Hex | 57 | B1 | BE | 36 | 7 | 0 | 19 | BC | 2C | 36 |
| Octal | 127 | 261 | 276 | 66 | 7 | 0 | 31 | 274 | 54 | 66 |
| Binary | 1010111 | 10110001 | 10111110 | 110110 | 111 | 0 | 11001 | 10111100 | 101100 | 110110 |
Color Harmonies of #57B1BE
Complementary color
Monochromatic Colors of #57B1BE
Black with #57B1BE
Text Example
Text Example
White with #57B1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B1BE; }
p { color: rgb(87,177,190); }
H1.HeaderClassName
{
color: #57B1BE;
}
.AnyTagClassName
{
color: #57B1BE;
}
</style>
background-color css
<style>
a { background-color: #57B1BE; }
a { background-color: rgb(87,177,190); }
div.DivClassName
{
background-color: #57B1BE;
}
.BgClassName
{
background-color: #57B1BE;
}
</style>
border-color css
<style>
span { border-color: #57B1BE; }
span { border-color: rgb(87,177,190); }
td.TdClassName
{
border-color: #57B1BE;
}
.TagClassName
{
border-color: #57B1BE;
}
</style>