Shades of Viking #58A8C6
Tints of Viking #58A8C6
RGB
CMYK
RGB Variations
Color information
#58A8C6 (or 0x58A8C6) is known color: Viking. HEX triplet: 58, A8 and C6. RGB value is (88,168,198). Sum of RGB (Red+Green+Blue) = 88+168+198=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #58A8C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A8C6 is #A75739. Grayscale: #939393. Windows color (decimal): -10966842 or 13019224. OLE color: 13019224.
HSL color Cylindrical-coordinate representation of color #58A8C6: hue angle of 196.36º degrees, saturation: 0.49, 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 #58A8C6 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 168 | 198 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.22 |
| HSL | 196.36º | 0.49% | 0.56% | - |
| HSV(B) | 196.36º | 0.56% | 0.78% | - |
| XYZ | 28.22 | 34.16 | 58.53 | - |
| YUV | 147.5 | 156.5 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 168 | 198 | 0.56 | 0.15 | 0 | 0.22 | 196.36 | 0.49 | 0.56 |
| Hex | 58 | A8 | C6 | 38 | F | 0 | 16 | C4 | 31 | 38 |
| Octal | 130 | 250 | 306 | 70 | 17 | 0 | 26 | 304 | 61 | 70 |
| Binary | 1011000 | 10101000 | 11000110 | 111000 | 1111 | 0 | 10110 | 11000100 | 110001 | 111000 |
Color Harmonies of #58A8C6
Complementary color
Monochromatic Colors of #58A8C6
Black with #58A8C6
Text Example
Text Example
White with #58A8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A8C6; }
p { color: rgb(88,168,198); }
H1.HeaderClassName
{
color: #58A8C6;
}
.AnyTagClassName
{
color: #58A8C6;
}
</style>
background-color css
<style>
a { background-color: #58A8C6; }
a { background-color: rgb(88,168,198); }
div.DivClassName
{
background-color: #58A8C6;
}
.BgClassName
{
background-color: #58A8C6;
}
</style>
border-color css
<style>
span { border-color: #58A8C6; }
span { border-color: rgb(88,168,198); }
td.TdClassName
{
border-color: #58A8C6;
}
.TagClassName
{
border-color: #58A8C6;
}
</style>