Shades of Viking #58A8BB
Tints of Viking #58A8BB
RGB
CMYK
RGB Variations
Color information
#58A8BB (or 0x58A8BB) is known color: Viking. HEX triplet: 58, A8 and BB. RGB value is (88,168,187). Sum of RGB (Red+Green+Blue) = 88+168+187=443 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.86% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #58A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A8BB is #A75744. Grayscale: #929292. Windows color (decimal): -10966853 or 12298328. OLE color: 12298328.
HSL color Cylindrical-coordinate representation of color #58A8BB: hue angle of 191.52º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58A8BB is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 168 | 187 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.27 |
| HSL | 191.52º | 0.42% | 0.54% | - |
| HSV(B) | 191.52º | 0.53% | 0.73% | - |
| XYZ | 27 | 33.67 | 52.09 | - |
| YUV | 146.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 168 | 187 | 0.53 | 0.10 | 0 | 0.27 | 191.52 | 0.42 | 0.54 |
| Hex | 58 | A8 | BB | 35 | A | 0 | 1B | C0 | 2A | 36 |
| Octal | 130 | 250 | 273 | 65 | 12 | 0 | 33 | 300 | 52 | 66 |
| Binary | 1011000 | 10101000 | 10111011 | 110101 | 1010 | 0 | 11011 | 11000000 | 101010 | 110110 |
Color Harmonies of #58A8BB
Complementary color
Monochromatic Colors of #58A8BB
Black with #58A8BB
Text Example
Text Example
White with #58A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A8BB; }
p { color: rgb(88,168,187); }
H1.HeaderClassName
{
color: #58A8BB;
}
.AnyTagClassName
{
color: #58A8BB;
}
</style>
background-color css
<style>
a { background-color: #58A8BB; }
a { background-color: rgb(88,168,187); }
div.DivClassName
{
background-color: #58A8BB;
}
.BgClassName
{
background-color: #58A8BB;
}
</style>
border-color css
<style>
span { border-color: #58A8BB; }
span { border-color: rgb(88,168,187); }
td.TdClassName
{
border-color: #58A8BB;
}
.TagClassName
{
border-color: #58A8BB;
}
</style>