Shades of Viking #58C0CF
Tints of Viking #58C0CF
RGB
CMYK
RGB Variations
Color information
#58C0CF (or 0x58C0CF) is known color: Viking. HEX triplet: 58, C0 and CF. RGB value is (88,192,207). Sum of RGB (Red+Green+Blue) = 88+192+207=487 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.07% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #58C0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C0CF is #A73F30. Grayscale: #A2A2A2. Windows color (decimal): -10960689 or 13615192. OLE color: 13615192.
HSL color Cylindrical-coordinate representation of color #58C0CF: hue angle of 187.56º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58C0CF is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 192 | 207 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.19 |
| HSL | 187.56º | 0.55% | 0.58% | - |
| HSV(B) | 187.56º | 0.57% | 0.81% | - |
| XYZ | 34.14 | 44.28 | 65.78 | - |
| YUV | 162.61 | 153.04 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 207 | 0.57 | 0.07 | 0 | 0.19 | 187.56 | 0.55 | 0.58 |
| Hex | 58 | C0 | CF | 39 | 7 | 0 | 13 | BC | 37 | 3A |
| Octal | 130 | 300 | 317 | 71 | 7 | 0 | 23 | 274 | 67 | 72 |
| Binary | 1011000 | 11000000 | 11001111 | 111001 | 111 | 0 | 10011 | 10111100 | 110111 | 111010 |
Color Harmonies of #58C0CF
Complementary color
Monochromatic Colors of #58C0CF
Black with #58C0CF
Text Example
Text Example
White with #58C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C0CF; }
p { color: rgb(88,192,207); }
H1.HeaderClassName
{
color: #58C0CF;
}
.AnyTagClassName
{
color: #58C0CF;
}
</style>
background-color css
<style>
a { background-color: #58C0CF; }
a { background-color: rgb(88,192,207); }
div.DivClassName
{
background-color: #58C0CF;
}
.BgClassName
{
background-color: #58C0CF;
}
</style>
border-color css
<style>
span { border-color: #58C0CF; }
span { border-color: rgb(88,192,207); }
td.TdClassName
{
border-color: #58C0CF;
}
.TagClassName
{
border-color: #58C0CF;
}
</style>