Shades of Viking #57C0CE
Tints of Viking #57C0CE
RGB
CMYK
RGB Variations
Color information
#57C0CE (or 0x57C0CE) is known color: Viking. HEX triplet: 57, C0 and CE. RGB value is (87,192,206). Sum of RGB (Red+Green+Blue) = 87+192+206=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #57C0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C0CE is #A83F31. Grayscale: #A2A2A2. Windows color (decimal): -11026226 or 13549655. OLE color: 13549655.
HSL color Cylindrical-coordinate representation of color #57C0CE: hue angle of 187.06º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57C0CE is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 192 | 206 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.19 |
| HSL | 187.06º | 0.55% | 0.57% | - |
| HSV(B) | 187.06º | 0.58% | 0.81% | - |
| XYZ | 33.92 | 44.18 | 65.13 | - |
| YUV | 162.2 | 152.71 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 192 | 206 | 0.58 | 0.07 | 0 | 0.19 | 187.06 | 0.55 | 0.57 |
| Hex | 57 | C0 | CE | 3A | 7 | 0 | 13 | BB | 37 | 39 |
| Octal | 127 | 300 | 316 | 72 | 7 | 0 | 23 | 273 | 67 | 71 |
| Binary | 1010111 | 11000000 | 11001110 | 111010 | 111 | 0 | 10011 | 10111011 | 110111 | 111001 |
Color Harmonies of #57C0CE
Complementary color
Monochromatic Colors of #57C0CE
Black with #57C0CE
Text Example
Text Example
White with #57C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C0CE; }
p { color: rgb(87,192,206); }
H1.HeaderClassName
{
color: #57C0CE;
}
.AnyTagClassName
{
color: #57C0CE;
}
</style>
background-color css
<style>
a { background-color: #57C0CE; }
a { background-color: rgb(87,192,206); }
div.DivClassName
{
background-color: #57C0CE;
}
.BgClassName
{
background-color: #57C0CE;
}
</style>
border-color css
<style>
span { border-color: #57C0CE; }
span { border-color: rgb(87,192,206); }
td.TdClassName
{
border-color: #57C0CE;
}
.TagClassName
{
border-color: #57C0CE;
}
</style>