Shades of Viking #58A6C1
Tints of Viking #58A6C1
RGB
CMYK
RGB Variations
Color information
#58A6C1 (or 0x58A6C1) is known color: Viking. HEX triplet: 58, A6 and C1. RGB value is (88,166,193). Sum of RGB (Red+Green+Blue) = 88+166+193=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #58A6C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A6C1 is #A7593E. Grayscale: #919191. Windows color (decimal): -10967359 or 12691032. OLE color: 12691032.
HSL color Cylindrical-coordinate representation of color #58A6C1: hue angle of 195.43º 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 #58A6C1 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 166 | 193 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.24 |
| HSL | 195.43º | 0.46% | 0.55% | - |
| HSV(B) | 195.43º | 0.54% | 0.76% | - |
| XYZ | 27.29 | 33.2 | 55.42 | - |
| YUV | 145.76 | 154.66 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 166 | 193 | 0.54 | 0.14 | 0 | 0.24 | 195.43 | 0.46 | 0.55 |
| Hex | 58 | A6 | C1 | 36 | E | 0 | 18 | C3 | 2E | 37 |
| Octal | 130 | 246 | 301 | 66 | 16 | 0 | 30 | 303 | 56 | 67 |
| Binary | 1011000 | 10100110 | 11000001 | 110110 | 1110 | 0 | 11000 | 11000011 | 101110 | 110111 |
Color Harmonies of #58A6C1
Complementary color
Monochromatic Colors of #58A6C1
Black with #58A6C1
Text Example
Text Example
White with #58A6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A6C1; }
p { color: rgb(88,166,193); }
H1.HeaderClassName
{
color: #58A6C1;
}
.AnyTagClassName
{
color: #58A6C1;
}
</style>
background-color css
<style>
a { background-color: #58A6C1; }
a { background-color: rgb(88,166,193); }
div.DivClassName
{
background-color: #58A6C1;
}
.BgClassName
{
background-color: #58A6C1;
}
</style>
border-color css
<style>
span { border-color: #58A6C1; }
span { border-color: rgb(88,166,193); }
td.TdClassName
{
border-color: #58A6C1;
}
.TagClassName
{
border-color: #58A6C1;
}
</style>