Shades of Viking #57BCBF
Tints of Viking #57BCBF
RGB
CMYK
RGB Variations
Color information
#57BCBF (or 0x57BCBF) is known color: Viking. HEX triplet: 57, BC and BF. RGB value is (87,188,191). Sum of RGB (Red+Green+Blue) = 87+188+191=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #57BCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCBF is #A84340. Grayscale: #9E9E9E. Windows color (decimal): -11027265 or 12565591. OLE color: 12565591.
HSL color Cylindrical-coordinate representation of color #57BCBF: hue angle of 181.73º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BCBF is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 188 | 191 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.25 |
| HSL | 181.73º | 0.45% | 0.55% | - |
| HSV(B) | 181.73º | 0.54% | 0.75% | - |
| XYZ | 31.32 | 41.75 | 55.7 | - |
| YUV | 158.14 | 146.54 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 191 | 0.54 | 0.02 | 0 | 0.25 | 181.73 | 0.45 | 0.55 |
| Hex | 57 | BC | BF | 36 | 2 | 0 | 19 | B6 | 2D | 37 |
| Octal | 127 | 274 | 277 | 66 | 2 | 0 | 31 | 266 | 55 | 67 |
| Binary | 1010111 | 10111100 | 10111111 | 110110 | 10 | 0 | 11001 | 10110110 | 101101 | 110111 |
Color Harmonies of #57BCBF
Complementary color
Monochromatic Colors of #57BCBF
Black with #57BCBF
Text Example
Text Example
White with #57BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BCBF; }
p { color: rgb(87,188,191); }
H1.HeaderClassName
{
color: #57BCBF;
}
.AnyTagClassName
{
color: #57BCBF;
}
</style>
background-color css
<style>
a { background-color: #57BCBF; }
a { background-color: rgb(87,188,191); }
div.DivClassName
{
background-color: #57BCBF;
}
.BgClassName
{
background-color: #57BCBF;
}
</style>
border-color css
<style>
span { border-color: #57BCBF; }
span { border-color: rgb(87,188,191); }
td.TdClassName
{
border-color: #57BCBF;
}
.TagClassName
{
border-color: #57BCBF;
}
</style>