Shades of Viking #57BBC1
Tints of Viking #57BBC1
RGB
CMYK
RGB Variations
Color information
#57BBC1 (or 0x57BBC1) is known color: Viking. HEX triplet: 57, BB and C1. RGB value is (87,187,193). Sum of RGB (Red+Green+Blue) = 87+187+193=467 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.63% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #57BBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BBC1 is #A8443E. Grayscale: #9D9D9D. Windows color (decimal): -11027519 or 12696407. OLE color: 12696407.
HSL color Cylindrical-coordinate representation of color #57BBC1: hue angle of 183.4º degrees, saturation: 0.46, 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 #57BBC1 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 187 | 193 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.24 |
| HSL | 183.4º | 0.46% | 0.55% | - |
| HSV(B) | 183.4º | 0.55% | 0.76% | - |
| XYZ | 31.33 | 41.42 | 56.8 | - |
| YUV | 157.78 | 147.87 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 193 | 0.55 | 0.03 | 0 | 0.24 | 183.4 | 0.46 | 0.55 |
| Hex | 57 | BB | C1 | 37 | 3 | 0 | 18 | B7 | 2E | 37 |
| Octal | 127 | 273 | 301 | 67 | 3 | 0 | 30 | 267 | 56 | 67 |
| Binary | 1010111 | 10111011 | 11000001 | 110111 | 11 | 0 | 11000 | 10110111 | 101110 | 110111 |
Color Harmonies of #57BBC1
Complementary color
Monochromatic Colors of #57BBC1
Black with #57BBC1
Text Example
Text Example
White with #57BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBC1; }
p { color: rgb(87,187,193); }
H1.HeaderClassName
{
color: #57BBC1;
}
.AnyTagClassName
{
color: #57BBC1;
}
</style>
background-color css
<style>
a { background-color: #57BBC1; }
a { background-color: rgb(87,187,193); }
div.DivClassName
{
background-color: #57BBC1;
}
.BgClassName
{
background-color: #57BBC1;
}
</style>
border-color css
<style>
span { border-color: #57BBC1; }
span { border-color: rgb(87,187,193); }
td.TdClassName
{
border-color: #57BBC1;
}
.TagClassName
{
border-color: #57BBC1;
}
</style>