Shades of Viking #58B3C0
Tints of Viking #58B3C0
RGB
CMYK
RGB Variations
Color information
#58B3C0 (or 0x58B3C0) is known color: Viking. HEX triplet: 58, B3 and C0. RGB value is (88,179,192). Sum of RGB (Red+Green+Blue) = 88+179+192=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #58B3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B3C0 is #A74C3F. Grayscale: #999999. Windows color (decimal): -10964032 or 12628824. OLE color: 12628824.
HSL color Cylindrical-coordinate representation of color #58B3C0: hue angle of 187.5º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58B3C0 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 179 | 192 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.25 |
| HSL | 187.5º | 0.45% | 0.55% | - |
| HSV(B) | 187.5º | 0.54% | 0.75% | - |
| XYZ | 29.66 | 38.12 | 55.66 | - |
| YUV | 153.27 | 149.85 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 179 | 192 | 0.54 | 0.07 | 0 | 0.25 | 187.5 | 0.45 | 0.55 |
| Hex | 58 | B3 | C0 | 36 | 7 | 0 | 19 | BC | 2D | 37 |
| Octal | 130 | 263 | 300 | 66 | 7 | 0 | 31 | 274 | 55 | 67 |
| Binary | 1011000 | 10110011 | 11000000 | 110110 | 111 | 0 | 11001 | 10111100 | 101101 | 110111 |
Color Harmonies of #58B3C0
Complementary color
Monochromatic Colors of #58B3C0
Black with #58B3C0
Text Example
Text Example
White with #58B3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B3C0; }
p { color: rgb(88,179,192); }
H1.HeaderClassName
{
color: #58B3C0;
}
.AnyTagClassName
{
color: #58B3C0;
}
</style>
background-color css
<style>
a { background-color: #58B3C0; }
a { background-color: rgb(88,179,192); }
div.DivClassName
{
background-color: #58B3C0;
}
.BgClassName
{
background-color: #58B3C0;
}
</style>
border-color css
<style>
span { border-color: #58B3C0; }
span { border-color: rgb(88,179,192); }
td.TdClassName
{
border-color: #58B3C0;
}
.TagClassName
{
border-color: #58B3C0;
}
</style>