Shades of Viking #57BED6
Tints of Viking #57BED6
RGB
CMYK
RGB Variations
Color information
#57BED6 (or 0x57BED6) is known color: Viking. HEX triplet: 57, BE and D6. RGB value is (87,190,214). Sum of RGB (Red+Green+Blue) = 87+190+214=491 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.72% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #57BED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BED6 is #A84129. Grayscale: #A1A1A1. Windows color (decimal): -11026730 or 14073431. OLE color: 14073431.
HSL color Cylindrical-coordinate representation of color #57BED6: hue angle of 191.34º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57BED6 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 190 | 214 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.16 |
| HSL | 191.34º | 0.61% | 0.59% | - |
| HSV(B) | 191.34º | 0.59% | 0.84% | - |
| XYZ | 34.48 | 43.71 | 70.24 | - |
| YUV | 161.94 | 157.38 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 190 | 214 | 0.59 | 0.11 | 0 | 0.16 | 191.34 | 0.61 | 0.59 |
| Hex | 57 | BE | D6 | 3B | B | 0 | 10 | BF | 3D | 3B |
| Octal | 127 | 276 | 326 | 73 | 13 | 0 | 20 | 277 | 75 | 73 |
| Binary | 1010111 | 10111110 | 11010110 | 111011 | 1011 | 0 | 10000 | 10111111 | 111101 | 111011 |
Color Harmonies of #57BED6
Complementary color
Monochromatic Colors of #57BED6
Black with #57BED6
Text Example
Text Example
White with #57BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BED6; }
p { color: rgb(87,190,214); }
H1.HeaderClassName
{
color: #57BED6;
}
.AnyTagClassName
{
color: #57BED6;
}
</style>
background-color css
<style>
a { background-color: #57BED6; }
a { background-color: rgb(87,190,214); }
div.DivClassName
{
background-color: #57BED6;
}
.BgClassName
{
background-color: #57BED6;
}
</style>
border-color css
<style>
span { border-color: #57BED6; }
span { border-color: rgb(87,190,214); }
td.TdClassName
{
border-color: #57BED6;
}
.TagClassName
{
border-color: #57BED6;
}
</style>