Shades of Viking #58C1CE
Tints of Viking #58C1CE
RGB
CMYK
RGB Variations
Color information
#58C1CE (or 0x58C1CE) is known color: Viking. HEX triplet: 58, C1 and CE. RGB value is (88,193,206). Sum of RGB (Red+Green+Blue) = 88+193+206=487 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.07% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #58C1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C1CE is #A73E31. Grayscale: #A2A2A2. Windows color (decimal): -10960434 or 13549912. OLE color: 13549912.
HSL color Cylindrical-coordinate representation of color #58C1CE: hue angle of 186.61º 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 #58C1CE is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 193 | 206 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.19 |
| HSL | 186.61º | 0.55% | 0.58% | - |
| HSV(B) | 186.61º | 0.57% | 0.81% | - |
| XYZ | 34.24 | 44.67 | 65.21 | - |
| YUV | 163.09 | 152.21 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 193 | 206 | 0.57 | 0.06 | 0 | 0.19 | 186.61 | 0.55 | 0.58 |
| Hex | 58 | C1 | CE | 39 | 6 | 0 | 13 | BB | 37 | 3A |
| Octal | 130 | 301 | 316 | 71 | 6 | 0 | 23 | 273 | 67 | 72 |
| Binary | 1011000 | 11000001 | 11001110 | 111001 | 110 | 0 | 10011 | 10111011 | 110111 | 111010 |
Color Harmonies of #58C1CE
Complementary color
Monochromatic Colors of #58C1CE
Black with #58C1CE
Text Example
Text Example
White with #58C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C1CE; }
p { color: rgb(88,193,206); }
H1.HeaderClassName
{
color: #58C1CE;
}
.AnyTagClassName
{
color: #58C1CE;
}
</style>
background-color css
<style>
a { background-color: #58C1CE; }
a { background-color: rgb(88,193,206); }
div.DivClassName
{
background-color: #58C1CE;
}
.BgClassName
{
background-color: #58C1CE;
}
</style>
border-color css
<style>
span { border-color: #58C1CE; }
span { border-color: rgb(88,193,206); }
td.TdClassName
{
border-color: #58C1CE;
}
.TagClassName
{
border-color: #58C1CE;
}
</style>