Shades of Viking #57BEC1
Tints of Viking #57BEC1
RGB
CMYK
RGB Variations
Color information
#57BEC1 (or 0x57BEC1) is known color: Viking. HEX triplet: 57, BE and C1. RGB value is (87,190,193). Sum of RGB (Red+Green+Blue) = 87+190+193=470 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.51% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #57BEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BEC1 is #A8413E. Grayscale: #9F9F9F. Windows color (decimal): -11026751 or 12697175. OLE color: 12697175.
HSL color Cylindrical-coordinate representation of color #57BEC1: hue angle of 181.7º 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 #57BEC1 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 190 | 193 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.24 |
| HSL | 181.7º | 0.46% | 0.55% | - |
| HSV(B) | 181.7º | 0.55% | 0.76% | - |
| XYZ | 31.97 | 42.7 | 57.01 | - |
| YUV | 159.55 | 146.88 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 190 | 193 | 0.55 | 0.02 | 0 | 0.24 | 181.7 | 0.46 | 0.55 |
| Hex | 57 | BE | C1 | 37 | 2 | 0 | 18 | B6 | 2E | 37 |
| Octal | 127 | 276 | 301 | 67 | 2 | 0 | 30 | 266 | 56 | 67 |
| Binary | 1010111 | 10111110 | 11000001 | 110111 | 10 | 0 | 11000 | 10110110 | 101110 | 110111 |
Color Harmonies of #57BEC1
Complementary color
Monochromatic Colors of #57BEC1
Black with #57BEC1
Text Example
Text Example
White with #57BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BEC1; }
p { color: rgb(87,190,193); }
H1.HeaderClassName
{
color: #57BEC1;
}
.AnyTagClassName
{
color: #57BEC1;
}
</style>
background-color css
<style>
a { background-color: #57BEC1; }
a { background-color: rgb(87,190,193); }
div.DivClassName
{
background-color: #57BEC1;
}
.BgClassName
{
background-color: #57BEC1;
}
</style>
border-color css
<style>
span { border-color: #57BEC1; }
span { border-color: rgb(87,190,193); }
td.TdClassName
{
border-color: #57BEC1;
}
.TagClassName
{
border-color: #57BEC1;
}
</style>