Shades of Viking #58A9C1
Tints of Viking #58A9C1
RGB
CMYK
RGB Variations
Color information
#58A9C1 (or 0x58A9C1) is known color: Viking. HEX triplet: 58, A9 and C1. RGB value is (88,169,193). Sum of RGB (Red+Green+Blue) = 88+169+193=450 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.56% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #58A9C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A9C1 is #A7563E. Grayscale: #939393. Windows color (decimal): -10966591 or 12691800. OLE color: 12691800.
HSL color Cylindrical-coordinate representation of color #58A9C1: hue angle of 193.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58A9C1 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 169 | 193 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.24 |
| HSL | 193.71º | 0.46% | 0.55% | - |
| HSV(B) | 193.71º | 0.54% | 0.76% | - |
| XYZ | 27.84 | 34.3 | 55.61 | - |
| YUV | 147.52 | 153.66 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 169 | 193 | 0.54 | 0.12 | 0 | 0.24 | 193.71 | 0.46 | 0.55 |
| Hex | 58 | A9 | C1 | 36 | C | 0 | 18 | C2 | 2E | 37 |
| Octal | 130 | 251 | 301 | 66 | 14 | 0 | 30 | 302 | 56 | 67 |
| Binary | 1011000 | 10101001 | 11000001 | 110110 | 1100 | 0 | 11000 | 11000010 | 101110 | 110111 |
Color Harmonies of #58A9C1
Complementary color
Monochromatic Colors of #58A9C1
Black with #58A9C1
Text Example
Text Example
White with #58A9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A9C1; }
p { color: rgb(88,169,193); }
H1.HeaderClassName
{
color: #58A9C1;
}
.AnyTagClassName
{
color: #58A9C1;
}
</style>
background-color css
<style>
a { background-color: #58A9C1; }
a { background-color: rgb(88,169,193); }
div.DivClassName
{
background-color: #58A9C1;
}
.BgClassName
{
background-color: #58A9C1;
}
</style>
border-color css
<style>
span { border-color: #58A9C1; }
span { border-color: rgb(88,169,193); }
td.TdClassName
{
border-color: #58A9C1;
}
.TagClassName
{
border-color: #58A9C1;
}
</style>