Shades of Viking #58AFBC
Tints of Viking #58AFBC
RGB
CMYK
RGB Variations
Color information
#58AFBC (or 0x58AFBC) is known color: Viking. HEX triplet: 58, AF and BC. RGB value is (88,175,188). Sum of RGB (Red+Green+Blue) = 88+175+188=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #58AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AFBC is #A75043. Grayscale: #969696. Windows color (decimal): -10965060 or 12365656. OLE color: 12365656.
HSL color Cylindrical-coordinate representation of color #58AFBC: hue angle of 187.8º 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 #58AFBC is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 175 | 188 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.26 |
| HSL | 187.8º | 0.43% | 0.54% | - |
| HSV(B) | 187.8º | 0.53% | 0.74% | - |
| XYZ | 28.43 | 36.37 | 53.1 | - |
| YUV | 150.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 175 | 188 | 0.53 | 0.07 | 0 | 0.26 | 187.8 | 0.43 | 0.54 |
| Hex | 58 | AF | BC | 35 | 7 | 0 | 1A | BC | 2B | 36 |
| Octal | 130 | 257 | 274 | 65 | 7 | 0 | 32 | 274 | 53 | 66 |
| Binary | 1011000 | 10101111 | 10111100 | 110101 | 111 | 0 | 11010 | 10111100 | 101011 | 110110 |
Color Harmonies of #58AFBC
Complementary color
Monochromatic Colors of #58AFBC
Black with #58AFBC
Text Example
Text Example
White with #58AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AFBC; }
p { color: rgb(88,175,188); }
H1.HeaderClassName
{
color: #58AFBC;
}
.AnyTagClassName
{
color: #58AFBC;
}
</style>
background-color css
<style>
a { background-color: #58AFBC; }
a { background-color: rgb(88,175,188); }
div.DivClassName
{
background-color: #58AFBC;
}
.BgClassName
{
background-color: #58AFBC;
}
</style>
border-color css
<style>
span { border-color: #58AFBC; }
span { border-color: rgb(88,175,188); }
td.TdClassName
{
border-color: #58AFBC;
}
.TagClassName
{
border-color: #58AFBC;
}
</style>