Shades of Viking #57B5BC
Tints of Viking #57B5BC
RGB
CMYK
RGB Variations
Color information
#57B5BC (or 0x57B5BC) is known color: Viking. HEX triplet: 57, B5 and BC. RGB value is (87,181,188). Sum of RGB (Red+Green+Blue) = 87+181+188=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #57B5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B5BC is #A84A43. Grayscale: #999999. Windows color (decimal): -11029060 or 12367191. OLE color: 12367191.
HSL color Cylindrical-coordinate representation of color #57B5BC: hue angle of 184.16º degrees, saturation: 0.43, 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 #57B5BC is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 181 | 188 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.26 |
| HSL | 184.16º | 0.43% | 0.54% | - |
| HSV(B) | 184.16º | 0.54% | 0.74% | - |
| XYZ | 29.53 | 38.7 | 53.49 | - |
| YUV | 153.69 | 147.36 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 181 | 188 | 0.54 | 0.04 | 0 | 0.26 | 184.16 | 0.43 | 0.54 |
| Hex | 57 | B5 | BC | 36 | 4 | 0 | 1A | B8 | 2B | 36 |
| Octal | 127 | 265 | 274 | 66 | 4 | 0 | 32 | 270 | 53 | 66 |
| Binary | 1010111 | 10110101 | 10111100 | 110110 | 100 | 0 | 11010 | 10111000 | 101011 | 110110 |
Color Harmonies of #57B5BC
Complementary color
Monochromatic Colors of #57B5BC
Black with #57B5BC
Text Example
Text Example
White with #57B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B5BC; }
p { color: rgb(87,181,188); }
H1.HeaderClassName
{
color: #57B5BC;
}
.AnyTagClassName
{
color: #57B5BC;
}
</style>
background-color css
<style>
a { background-color: #57B5BC; }
a { background-color: rgb(87,181,188); }
div.DivClassName
{
background-color: #57B5BC;
}
.BgClassName
{
background-color: #57B5BC;
}
</style>
border-color css
<style>
span { border-color: #57B5BC; }
span { border-color: rgb(87,181,188); }
td.TdClassName
{
border-color: #57B5BC;
}
.TagClassName
{
border-color: #57B5BC;
}
</style>