Shades of Viking #58BCCE
Tints of Viking #58BCCE
RGB
CMYK
RGB Variations
Color information
#58BCCE (or 0x58BCCE) is known color: Viking. HEX triplet: 58, BC and CE. RGB value is (88,188,206). Sum of RGB (Red+Green+Blue) = 88+188+206=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #58BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BCCE is #A74331. Grayscale: #9F9F9F. Windows color (decimal): -10961714 or 13548632. OLE color: 13548632.
HSL color Cylindrical-coordinate representation of color #58BCCE: hue angle of 189.15º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58BCCE is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 188 | 206 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.19 |
| HSL | 189.15º | 0.55% | 0.58% | - |
| HSV(B) | 189.15º | 0.57% | 0.81% | - |
| XYZ | 33.15 | 42.5 | 64.85 | - |
| YUV | 160.15 | 153.87 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 206 | 0.57 | 0.09 | 0 | 0.19 | 189.15 | 0.55 | 0.58 |
| Hex | 58 | BC | CE | 39 | 9 | 0 | 13 | BD | 37 | 3A |
| Octal | 130 | 274 | 316 | 71 | 11 | 0 | 23 | 275 | 67 | 72 |
| Binary | 1011000 | 10111100 | 11001110 | 111001 | 1001 | 0 | 10011 | 10111101 | 110111 | 111010 |
Color Harmonies of #58BCCE
Complementary color
Monochromatic Colors of #58BCCE
Black with #58BCCE
Text Example
Text Example
White with #58BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BCCE; }
p { color: rgb(88,188,206); }
H1.HeaderClassName
{
color: #58BCCE;
}
.AnyTagClassName
{
color: #58BCCE;
}
</style>
background-color css
<style>
a { background-color: #58BCCE; }
a { background-color: rgb(88,188,206); }
div.DivClassName
{
background-color: #58BCCE;
}
.BgClassName
{
background-color: #58BCCE;
}
</style>
border-color css
<style>
span { border-color: #58BCCE; }
span { border-color: rgb(88,188,206); }
td.TdClassName
{
border-color: #58BCCE;
}
.TagClassName
{
border-color: #58BCCE;
}
</style>