Shades of Viking #58ABBC
Tints of Viking #58ABBC
RGB
CMYK
RGB Variations
Color information
#58ABBC (or 0x58ABBC) is known color: Viking. HEX triplet: 58, AB and BC. RGB value is (88,171,188). Sum of RGB (Red+Green+Blue) = 88+171+188=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #58ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABBC is #A75443. Grayscale: #939393. Windows color (decimal): -10966084 or 12364632. OLE color: 12364632.
HSL color Cylindrical-coordinate representation of color #58ABBC: hue angle of 190.2º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58ABBC is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 171 | 188 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.26 |
| HSL | 190.2º | 0.43% | 0.54% | - |
| HSV(B) | 190.2º | 0.53% | 0.74% | - |
| XYZ | 27.66 | 34.83 | 52.84 | - |
| YUV | 148.12 | 150.5 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 188 | 0.53 | 0.09 | 0 | 0.26 | 190.2 | 0.43 | 0.54 |
| Hex | 58 | AB | BC | 35 | 9 | 0 | 1A | BE | 2B | 36 |
| Octal | 130 | 253 | 274 | 65 | 11 | 0 | 32 | 276 | 53 | 66 |
| Binary | 1011000 | 10101011 | 10111100 | 110101 | 1001 | 0 | 11010 | 10111110 | 101011 | 110110 |
Color Harmonies of #58ABBC
Complementary color
Monochromatic Colors of #58ABBC
Black with #58ABBC
Text Example
Text Example
White with #58ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ABBC; }
p { color: rgb(88,171,188); }
H1.HeaderClassName
{
color: #58ABBC;
}
.AnyTagClassName
{
color: #58ABBC;
}
</style>
background-color css
<style>
a { background-color: #58ABBC; }
a { background-color: rgb(88,171,188); }
div.DivClassName
{
background-color: #58ABBC;
}
.BgClassName
{
background-color: #58ABBC;
}
</style>
border-color css
<style>
span { border-color: #58ABBC; }
span { border-color: rgb(88,171,188); }
td.TdClassName
{
border-color: #58ABBC;
}
.TagClassName
{
border-color: #58ABBC;
}
</style>