Shades of Viking #58BBCD
Tints of Viking #58BBCD
RGB
CMYK
RGB Variations
Color information
#58BBCD (or 0x58BBCD) is known color: Viking. HEX triplet: 58, BB and CD. RGB value is (88,187,205). Sum of RGB (Red+Green+Blue) = 88+187+205=480 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.33% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #58BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BBCD is #A74432. Grayscale: #9F9F9F. Windows color (decimal): -10961971 or 13482840. OLE color: 13482840.
HSL color Cylindrical-coordinate representation of color #58BBCD: hue angle of 189.23º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58BBCD is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 187 | 205 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.20 |
| HSL | 189.23º | 0.54% | 0.57% | - |
| HSV(B) | 189.23º | 0.57% | 0.8% | - |
| XYZ | 32.81 | 42.02 | 64.14 | - |
| YUV | 159.45 | 153.7 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 187 | 205 | 0.57 | 0.09 | 0 | 0.20 | 189.23 | 0.54 | 0.57 |
| Hex | 58 | BB | CD | 39 | 9 | 0 | 14 | BD | 36 | 39 |
| Octal | 130 | 273 | 315 | 71 | 11 | 0 | 24 | 275 | 66 | 71 |
| Binary | 1011000 | 10111011 | 11001101 | 111001 | 1001 | 0 | 10100 | 10111101 | 110110 | 111001 |
Color Harmonies of #58BBCD
Complementary color
Monochromatic Colors of #58BBCD
Black with #58BBCD
Text Example
Text Example
White with #58BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BBCD; }
p { color: rgb(88,187,205); }
H1.HeaderClassName
{
color: #58BBCD;
}
.AnyTagClassName
{
color: #58BBCD;
}
</style>
background-color css
<style>
a { background-color: #58BBCD; }
a { background-color: rgb(88,187,205); }
div.DivClassName
{
background-color: #58BBCD;
}
.BgClassName
{
background-color: #58BBCD;
}
</style>
border-color css
<style>
span { border-color: #58BBCD; }
span { border-color: rgb(88,187,205); }
td.TdClassName
{
border-color: #58BBCD;
}
.TagClassName
{
border-color: #58BBCD;
}
</style>