Shades of Viking #58B7D1
Tints of Viking #58B7D1
RGB
CMYK
RGB Variations
Color information
#58B7D1 (or 0x58B7D1) is known color: Viking. HEX triplet: 58, B7 and D1. RGB value is (88,183,209). Sum of RGB (Red+Green+Blue) = 88+183+209=480 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.33% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #58B7D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B7D1 is #A7482E. Grayscale: #9D9D9D. Windows color (decimal): -10962991 or 13743960. OLE color: 13743960.
HSL color Cylindrical-coordinate representation of color #58B7D1: hue angle of 192.89º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58B7D1 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 183 | 209 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.18 |
| HSL | 192.89º | 0.57% | 0.58% | - |
| HSV(B) | 192.89º | 0.58% | 0.82% | - |
| XYZ | 32.47 | 40.55 | 66.44 | - |
| YUV | 157.56 | 157.03 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 183 | 209 | 0.58 | 0.12 | 0 | 0.18 | 192.89 | 0.57 | 0.58 |
| Hex | 58 | B7 | D1 | 3A | C | 0 | 12 | C1 | 39 | 3A |
| Octal | 130 | 267 | 321 | 72 | 14 | 0 | 22 | 301 | 71 | 72 |
| Binary | 1011000 | 10110111 | 11010001 | 111010 | 1100 | 0 | 10010 | 11000001 | 111001 | 111010 |
Color Harmonies of #58B7D1
Complementary color
Monochromatic Colors of #58B7D1
Black with #58B7D1
Text Example
Text Example
White with #58B7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B7D1; }
p { color: rgb(88,183,209); }
H1.HeaderClassName
{
color: #58B7D1;
}
.AnyTagClassName
{
color: #58B7D1;
}
</style>
background-color css
<style>
a { background-color: #58B7D1; }
a { background-color: rgb(88,183,209); }
div.DivClassName
{
background-color: #58B7D1;
}
.BgClassName
{
background-color: #58B7D1;
}
</style>
border-color css
<style>
span { border-color: #58B7D1; }
span { border-color: rgb(88,183,209); }
td.TdClassName
{
border-color: #58B7D1;
}
.TagClassName
{
border-color: #58B7D1;
}
</style>