Shades of Viking #58AABB
Tints of Viking #58AABB
RGB
CMYK
RGB Variations
Color information
#58AABB (or 0x58AABB) is known color: Viking. HEX triplet: 58, AA and BB. RGB value is (88,170,187). Sum of RGB (Red+Green+Blue) = 88+170+187=445 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.78% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #58AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AABB is #A75544. Grayscale: #939393. Windows color (decimal): -10966341 or 12298840. OLE color: 12298840.
HSL color Cylindrical-coordinate representation of color #58AABB: hue angle of 190.3º 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 #58AABB is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 170 | 187 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.27 |
| HSL | 190.3º | 0.42% | 0.54% | - |
| HSV(B) | 190.3º | 0.53% | 0.73% | - |
| XYZ | 27.37 | 34.41 | 52.21 | - |
| YUV | 147.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 187 | 0.53 | 0.09 | 0 | 0.27 | 190.3 | 0.42 | 0.54 |
| Hex | 58 | AA | BB | 35 | 9 | 0 | 1B | BE | 2A | 36 |
| Octal | 130 | 252 | 273 | 65 | 11 | 0 | 33 | 276 | 52 | 66 |
| Binary | 1011000 | 10101010 | 10111011 | 110101 | 1001 | 0 | 11011 | 10111110 | 101010 | 110110 |
Color Harmonies of #58AABB
Complementary color
Monochromatic Colors of #58AABB
Black with #58AABB
Text Example
Text Example
White with #58AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AABB; }
p { color: rgb(88,170,187); }
H1.HeaderClassName
{
color: #58AABB;
}
.AnyTagClassName
{
color: #58AABB;
}
</style>
background-color css
<style>
a { background-color: #58AABB; }
a { background-color: rgb(88,170,187); }
div.DivClassName
{
background-color: #58AABB;
}
.BgClassName
{
background-color: #58AABB;
}
</style>
border-color css
<style>
span { border-color: #58AABB; }
span { border-color: rgb(88,170,187); }
td.TdClassName
{
border-color: #58AABB;
}
.TagClassName
{
border-color: #58AABB;
}
</style>