Shades of Viking #58B7CE
Tints of Viking #58B7CE
RGB
CMYK
RGB Variations
Color information
#58B7CE (or 0x58B7CE) is known color: Viking. HEX triplet: 58, B7 and CE. RGB value is (88,183,206). Sum of RGB (Red+Green+Blue) = 88+183+206=477 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.45% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #58B7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B7CE is #A74831. Grayscale: #9D9D9D. Windows color (decimal): -10962994 or 13547352. OLE color: 13547352.
HSL color Cylindrical-coordinate representation of color #58B7CE: hue angle of 191.69º 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 #58B7CE is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 183 | 206 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.19 |
| HSL | 191.69º | 0.55% | 0.58% | - |
| HSV(B) | 191.69º | 0.57% | 0.81% | - |
| XYZ | 32.1 | 40.4 | 64.5 | - |
| YUV | 157.22 | 155.53 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 183 | 206 | 0.57 | 0.11 | 0 | 0.19 | 191.69 | 0.55 | 0.58 |
| Hex | 58 | B7 | CE | 39 | B | 0 | 13 | C0 | 37 | 3A |
| Octal | 130 | 267 | 316 | 71 | 13 | 0 | 23 | 300 | 67 | 72 |
| Binary | 1011000 | 10110111 | 11001110 | 111001 | 1011 | 0 | 10011 | 11000000 | 110111 | 111010 |
Color Harmonies of #58B7CE
Complementary color
Monochromatic Colors of #58B7CE
Black with #58B7CE
Text Example
Text Example
White with #58B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B7CE; }
p { color: rgb(88,183,206); }
H1.HeaderClassName
{
color: #58B7CE;
}
.AnyTagClassName
{
color: #58B7CE;
}
</style>
background-color css
<style>
a { background-color: #58B7CE; }
a { background-color: rgb(88,183,206); }
div.DivClassName
{
background-color: #58B7CE;
}
.BgClassName
{
background-color: #58B7CE;
}
</style>
border-color css
<style>
span { border-color: #58B7CE; }
span { border-color: rgb(88,183,206); }
td.TdClassName
{
border-color: #58B7CE;
}
.TagClassName
{
border-color: #58B7CE;
}
</style>