Shades of Viking #58BAC8
Tints of Viking #58BAC8
RGB
CMYK
RGB Variations
Color information
#58BAC8 (or 0x58BAC8) is known color: Viking. HEX triplet: 58, BA and C8. RGB value is (88,186,200). Sum of RGB (Red+Green+Blue) = 88+186+200=474 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.57% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #58BAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BAC8 is #A74537. Grayscale: #9E9E9E. Windows color (decimal): -10962232 or 13154904. OLE color: 13154904.
HSL color Cylindrical-coordinate representation of color #58BAC8: hue angle of 187.5º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58BAC8 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 186 | 200 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.22 |
| HSL | 187.5º | 0.5% | 0.56% | - |
| HSV(B) | 187.5º | 0.56% | 0.78% | - |
| XYZ | 32.01 | 41.36 | 60.94 | - |
| YUV | 158.29 | 151.53 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 200 | 0.56 | 0.07 | 0 | 0.22 | 187.5 | 0.5 | 0.56 |
| Hex | 58 | BA | C8 | 38 | 7 | 0 | 16 | BC | 32 | 38 |
| Octal | 130 | 272 | 310 | 70 | 7 | 0 | 26 | 274 | 62 | 70 |
| Binary | 1011000 | 10111010 | 11001000 | 111000 | 111 | 0 | 10110 | 10111100 | 110010 | 111000 |
Color Harmonies of #58BAC8
Complementary color
Monochromatic Colors of #58BAC8
Black with #58BAC8
Text Example
Text Example
White with #58BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BAC8; }
p { color: rgb(88,186,200); }
H1.HeaderClassName
{
color: #58BAC8;
}
.AnyTagClassName
{
color: #58BAC8;
}
</style>
background-color css
<style>
a { background-color: #58BAC8; }
a { background-color: rgb(88,186,200); }
div.DivClassName
{
background-color: #58BAC8;
}
.BgClassName
{
background-color: #58BAC8;
}
</style>
border-color css
<style>
span { border-color: #58BAC8; }
span { border-color: rgb(88,186,200); }
td.TdClassName
{
border-color: #58BAC8;
}
.TagClassName
{
border-color: #58BAC8;
}
</style>