Shades of Viking #57BBCD
Tints of Viking #57BBCD
RGB
CMYK
RGB Variations
Color information
#57BBCD (or 0x57BBCD) is known color: Viking. HEX triplet: 57, BB and CD. RGB value is (87,187,205). Sum of RGB (Red+Green+Blue) = 87+187+205=479 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.16% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #57BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBCD is #A84432. Grayscale: #9E9E9E. Windows color (decimal): -11027507 or 13482839. OLE color: 13482839.
HSL color Cylindrical-coordinate representation of color #57BBCD: hue angle of 189.15º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57BBCD is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 187 | 205 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.20 |
| HSL | 189.15º | 0.54% | 0.57% | - |
| HSV(B) | 189.15º | 0.58% | 0.8% | - |
| XYZ | 32.72 | 41.97 | 64.13 | - |
| YUV | 159.15 | 153.87 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 205 | 0.58 | 0.09 | 0 | 0.20 | 189.15 | 0.54 | 0.57 |
| Hex | 57 | BB | CD | 3A | 9 | 0 | 14 | BD | 36 | 39 |
| Octal | 127 | 273 | 315 | 72 | 11 | 0 | 24 | 275 | 66 | 71 |
| Binary | 1010111 | 10111011 | 11001101 | 111010 | 1001 | 0 | 10100 | 10111101 | 110110 | 111001 |
Color Harmonies of #57BBCD
Complementary color
Monochromatic Colors of #57BBCD
Black with #57BBCD
Text Example
Text Example
White with #57BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBCD; }
p { color: rgb(87,187,205); }
H1.HeaderClassName
{
color: #57BBCD;
}
.AnyTagClassName
{
color: #57BBCD;
}
</style>
background-color css
<style>
a { background-color: #57BBCD; }
a { background-color: rgb(87,187,205); }
div.DivClassName
{
background-color: #57BBCD;
}
.BgClassName
{
background-color: #57BBCD;
}
</style>
border-color css
<style>
span { border-color: #57BBCD; }
span { border-color: rgb(87,187,205); }
td.TdClassName
{
border-color: #57BBCD;
}
.TagClassName
{
border-color: #57BBCD;
}
</style>