Shades of Viking #58BBC9
Tints of Viking #58BBC9
RGB
CMYK
RGB Variations
Color information
#58BBC9 (or 0x58BBC9) is known color: Viking. HEX triplet: 58, BB and C9. RGB value is (88,187,201). Sum of RGB (Red+Green+Blue) = 88+187+201=476 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.49% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #58BBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BBC9 is #A74436. Grayscale: #9E9E9E. Windows color (decimal): -10961975 or 13220696. OLE color: 13220696.
HSL color Cylindrical-coordinate representation of color #58BBC9: hue angle of 187.43º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58BBC9 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 187 | 201 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.21 |
| HSL | 187.43º | 0.51% | 0.57% | - |
| HSV(B) | 187.43º | 0.56% | 0.79% | - |
| XYZ | 32.34 | 41.83 | 61.63 | - |
| YUV | 159 | 151.7 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 187 | 201 | 0.56 | 0.07 | 0 | 0.21 | 187.43 | 0.51 | 0.57 |
| Hex | 58 | BB | C9 | 38 | 7 | 0 | 15 | BB | 33 | 39 |
| Octal | 130 | 273 | 311 | 70 | 7 | 0 | 25 | 273 | 63 | 71 |
| Binary | 1011000 | 10111011 | 11001001 | 111000 | 111 | 0 | 10101 | 10111011 | 110011 | 111001 |
Color Harmonies of #58BBC9
Complementary color
Monochromatic Colors of #58BBC9
Black with #58BBC9
Text Example
Text Example
White with #58BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BBC9; }
p { color: rgb(88,187,201); }
H1.HeaderClassName
{
color: #58BBC9;
}
.AnyTagClassName
{
color: #58BBC9;
}
</style>
background-color css
<style>
a { background-color: #58BBC9; }
a { background-color: rgb(88,187,201); }
div.DivClassName
{
background-color: #58BBC9;
}
.BgClassName
{
background-color: #58BBC9;
}
</style>
border-color css
<style>
span { border-color: #58BBC9; }
span { border-color: rgb(88,187,201); }
td.TdClassName
{
border-color: #58BBC9;
}
.TagClassName
{
border-color: #58BBC9;
}
</style>