Shades of Viking #57BEC9
Tints of Viking #57BEC9
RGB
CMYK
RGB Variations
Color information
#57BEC9 (or 0x57BEC9) is known color: Viking. HEX triplet: 57, BE and C9. RGB value is (87,190,201). Sum of RGB (Red+Green+Blue) = 87+190+201=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #57BEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BEC9 is #A84136. Grayscale: #A0A0A0. Windows color (decimal): -11026743 or 13221463. OLE color: 13221463.
HSL color Cylindrical-coordinate representation of color #57BEC9: hue angle of 185.79º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57BEC9 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 190 | 201 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.21 |
| HSL | 185.79º | 0.51% | 0.56% | - |
| HSV(B) | 185.79º | 0.57% | 0.79% | - |
| XYZ | 32.89 | 43.07 | 61.84 | - |
| YUV | 160.46 | 150.88 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 190 | 201 | 0.57 | 0.05 | 0 | 0.21 | 185.79 | 0.51 | 0.56 |
| Hex | 57 | BE | C9 | 39 | 5 | 0 | 15 | BA | 33 | 38 |
| Octal | 127 | 276 | 311 | 71 | 5 | 0 | 25 | 272 | 63 | 70 |
| Binary | 1010111 | 10111110 | 11001001 | 111001 | 101 | 0 | 10101 | 10111010 | 110011 | 111000 |
Color Harmonies of #57BEC9
Complementary color
Monochromatic Colors of #57BEC9
Black with #57BEC9
Text Example
Text Example
White with #57BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BEC9; }
p { color: rgb(87,190,201); }
H1.HeaderClassName
{
color: #57BEC9;
}
.AnyTagClassName
{
color: #57BEC9;
}
</style>
background-color css
<style>
a { background-color: #57BEC9; }
a { background-color: rgb(87,190,201); }
div.DivClassName
{
background-color: #57BEC9;
}
.BgClassName
{
background-color: #57BEC9;
}
</style>
border-color css
<style>
span { border-color: #57BEC9; }
span { border-color: rgb(87,190,201); }
td.TdClassName
{
border-color: #57BEC9;
}
.TagClassName
{
border-color: #57BEC9;
}
</style>