Shades of Viking #58B0CF
Tints of Viking #58B0CF
RGB
CMYK
RGB Variations
Color information
#58B0CF (or 0x58B0CF) is known color: Viking. HEX triplet: 58, B0 and CF. RGB value is (88,176,207). Sum of RGB (Red+Green+Blue) = 88+176+207=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #58B0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B0CF is #A74F30. Grayscale: #999999. Windows color (decimal): -10964785 or 13611096. OLE color: 13611096.
HSL color Cylindrical-coordinate representation of color #58B0CF: hue angle of 195.63º 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 #58B0CF is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 176 | 207 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.19 |
| HSL | 195.63º | 0.55% | 0.58% | - |
| HSV(B) | 195.63º | 0.57% | 0.81% | - |
| XYZ | 30.81 | 37.63 | 64.67 | - |
| YUV | 153.22 | 158.35 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 176 | 207 | 0.57 | 0.15 | 0 | 0.19 | 195.63 | 0.55 | 0.58 |
| Hex | 58 | B0 | CF | 39 | F | 0 | 13 | C4 | 37 | 3A |
| Octal | 130 | 260 | 317 | 71 | 17 | 0 | 23 | 304 | 67 | 72 |
| Binary | 1011000 | 10110000 | 11001111 | 111001 | 1111 | 0 | 10011 | 11000100 | 110111 | 111010 |
Color Harmonies of #58B0CF
Complementary color
Monochromatic Colors of #58B0CF
Black with #58B0CF
Text Example
Text Example
White with #58B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B0CF; }
p { color: rgb(88,176,207); }
H1.HeaderClassName
{
color: #58B0CF;
}
.AnyTagClassName
{
color: #58B0CF;
}
</style>
background-color css
<style>
a { background-color: #58B0CF; }
a { background-color: rgb(88,176,207); }
div.DivClassName
{
background-color: #58B0CF;
}
.BgClassName
{
background-color: #58B0CF;
}
</style>
border-color css
<style>
span { border-color: #58B0CF; }
span { border-color: rgb(88,176,207); }
td.TdClassName
{
border-color: #58B0CF;
}
.TagClassName
{
border-color: #58B0CF;
}
</style>