Shades of Viking #57C0C9
Tints of Viking #57C0C9
RGB
CMYK
RGB Variations
Color information
#57C0C9 (or 0x57C0C9) is known color: Viking. HEX triplet: 57, C0 and C9. RGB value is (87,192,201). Sum of RGB (Red+Green+Blue) = 87+192+201=480 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.12% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #57C0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C0C9 is #A83F36. Grayscale: #A1A1A1. Windows color (decimal): -11026231 or 13221975. OLE color: 13221975.
HSL color Cylindrical-coordinate representation of color #57C0C9: hue angle of 184.74º 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 #57C0C9 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 192 | 201 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.21 |
| HSL | 184.74º | 0.51% | 0.56% | - |
| HSV(B) | 184.74º | 0.57% | 0.79% | - |
| XYZ | 33.32 | 43.94 | 61.98 | - |
| YUV | 161.63 | 150.21 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 192 | 201 | 0.57 | 0.04 | 0 | 0.21 | 184.74 | 0.51 | 0.56 |
| Hex | 57 | C0 | C9 | 39 | 4 | 0 | 15 | B9 | 33 | 38 |
| Octal | 127 | 300 | 311 | 71 | 4 | 0 | 25 | 271 | 63 | 70 |
| Binary | 1010111 | 11000000 | 11001001 | 111001 | 100 | 0 | 10101 | 10111001 | 110011 | 111000 |
Color Harmonies of #57C0C9
Complementary color
Monochromatic Colors of #57C0C9
Black with #57C0C9
Text Example
Text Example
White with #57C0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C0C9; }
p { color: rgb(87,192,201); }
H1.HeaderClassName
{
color: #57C0C9;
}
.AnyTagClassName
{
color: #57C0C9;
}
</style>
background-color css
<style>
a { background-color: #57C0C9; }
a { background-color: rgb(87,192,201); }
div.DivClassName
{
background-color: #57C0C9;
}
.BgClassName
{
background-color: #57C0C9;
}
</style>
border-color css
<style>
span { border-color: #57C0C9; }
span { border-color: rgb(87,192,201); }
td.TdClassName
{
border-color: #57C0C9;
}
.TagClassName
{
border-color: #57C0C9;
}
</style>