Shades of Viking #58BBCF
Tints of Viking #58BBCF
RGB
CMYK
RGB Variations
Color information
#58BBCF (or 0x58BBCF) is known color: Viking. HEX triplet: 58, BB and CF. RGB value is (88,187,207). Sum of RGB (Red+Green+Blue) = 88+187+207=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #58BBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BBCF is #A74430. Grayscale: #9F9F9F. Windows color (decimal): -10961969 or 13613912. OLE color: 13613912.
HSL color Cylindrical-coordinate representation of color #58BBCF: hue angle of 190.08º 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 #58BBCF is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 187 | 207 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.19 |
| HSL | 190.08º | 0.55% | 0.58% | - |
| HSV(B) | 190.08º | 0.57% | 0.81% | - |
| XYZ | 33.06 | 42.12 | 65.42 | - |
| YUV | 159.68 | 154.7 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 187 | 207 | 0.57 | 0.10 | 0 | 0.19 | 190.08 | 0.55 | 0.58 |
| Hex | 58 | BB | CF | 39 | A | 0 | 13 | BE | 37 | 3A |
| Octal | 130 | 273 | 317 | 71 | 12 | 0 | 23 | 276 | 67 | 72 |
| Binary | 1011000 | 10111011 | 11001111 | 111001 | 1010 | 0 | 10011 | 10111110 | 110111 | 111010 |
Color Harmonies of #58BBCF
Complementary color
Monochromatic Colors of #58BBCF
Black with #58BBCF
Text Example
Text Example
White with #58BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BBCF; }
p { color: rgb(88,187,207); }
H1.HeaderClassName
{
color: #58BBCF;
}
.AnyTagClassName
{
color: #58BBCF;
}
</style>
background-color css
<style>
a { background-color: #58BBCF; }
a { background-color: rgb(88,187,207); }
div.DivClassName
{
background-color: #58BBCF;
}
.BgClassName
{
background-color: #58BBCF;
}
</style>
border-color css
<style>
span { border-color: #58BBCF; }
span { border-color: rgb(88,187,207); }
td.TdClassName
{
border-color: #58BBCF;
}
.TagClassName
{
border-color: #58BBCF;
}
</style>