Shades of Viking #57BBBD
Tints of Viking #57BBBD
RGB
CMYK
RGB Variations
Color information
#57BBBD (or 0x57BBBD) is known color: Viking. HEX triplet: 57, BB and BD. RGB value is (87,187,189). Sum of RGB (Red+Green+Blue) = 87+187+189=463 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.79% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #57BBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBBD is #A84442. Grayscale: #9D9D9D. Windows color (decimal): -11027523 or 12434263. OLE color: 12434263.
HSL color Cylindrical-coordinate representation of color #57BBBD: hue angle of 181.18º degrees, saturation: 0.44, 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 #57BBBD is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 187 | 189 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.26 |
| HSL | 181.18º | 0.44% | 0.54% | - |
| HSV(B) | 181.18º | 0.54% | 0.74% | - |
| XYZ | 30.89 | 41.24 | 54.48 | - |
| YUV | 157.33 | 145.87 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 189 | 0.54 | 0.01 | 0 | 0.26 | 181.18 | 0.44 | 0.54 |
| Hex | 57 | BB | BD | 36 | 1 | 0 | 1A | B5 | 2C | 36 |
| Octal | 127 | 273 | 275 | 66 | 1 | 0 | 32 | 265 | 54 | 66 |
| Binary | 1010111 | 10111011 | 10111101 | 110110 | 1 | 0 | 11010 | 10110101 | 101100 | 110110 |
Color Harmonies of #57BBBD
Complementary color
Monochromatic Colors of #57BBBD
Black with #57BBBD
Text Example
Text Example
White with #57BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBBD; }
p { color: rgb(87,187,189); }
H1.HeaderClassName
{
color: #57BBBD;
}
.AnyTagClassName
{
color: #57BBBD;
}
</style>
background-color css
<style>
a { background-color: #57BBBD; }
a { background-color: rgb(87,187,189); }
div.DivClassName
{
background-color: #57BBBD;
}
.BgClassName
{
background-color: #57BBBD;
}
</style>
border-color css
<style>
span { border-color: #57BBBD; }
span { border-color: rgb(87,187,189); }
td.TdClassName
{
border-color: #57BBBD;
}
.TagClassName
{
border-color: #57BBBD;
}
</style>