Shades of Viking #58B8BE
Tints of Viking #58B8BE
RGB
CMYK
RGB Variations
Color information
#58B8BE (or 0x58B8BE) is known color: Viking. HEX triplet: 58, B8 and BE. RGB value is (88,184,190). Sum of RGB (Red+Green+Blue) = 88+184+190=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #58B8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8BE is #A74741. Grayscale: #9B9B9B. Windows color (decimal): -10962754 or 12499032. OLE color: 12499032.
HSL color Cylindrical-coordinate representation of color #58B8BE: hue angle of 183.53º degrees, saturation: 0.44, 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 #58B8BE is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 184 | 190 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.25 |
| HSL | 183.53º | 0.44% | 0.55% | - |
| HSV(B) | 183.53º | 0.54% | 0.75% | - |
| XYZ | 30.46 | 40.07 | 54.84 | - |
| YUV | 155.98 | 147.2 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 184 | 190 | 0.54 | 0.03 | 0 | 0.25 | 183.53 | 0.44 | 0.55 |
| Hex | 58 | B8 | BE | 36 | 3 | 0 | 19 | B8 | 2C | 37 |
| Octal | 130 | 270 | 276 | 66 | 3 | 0 | 31 | 270 | 54 | 67 |
| Binary | 1011000 | 10111000 | 10111110 | 110110 | 11 | 0 | 11001 | 10111000 | 101100 | 110111 |
Color Harmonies of #58B8BE
Complementary color
Monochromatic Colors of #58B8BE
Black with #58B8BE
Text Example
Text Example
White with #58B8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B8BE; }
p { color: rgb(88,184,190); }
H1.HeaderClassName
{
color: #58B8BE;
}
.AnyTagClassName
{
color: #58B8BE;
}
</style>
background-color css
<style>
a { background-color: #58B8BE; }
a { background-color: rgb(88,184,190); }
div.DivClassName
{
background-color: #58B8BE;
}
.BgClassName
{
background-color: #58B8BE;
}
</style>
border-color css
<style>
span { border-color: #58B8BE; }
span { border-color: rgb(88,184,190); }
td.TdClassName
{
border-color: #58B8BE;
}
.TagClassName
{
border-color: #58B8BE;
}
</style>