Shades of Viking #58BECF
Tints of Viking #58BECF
RGB
CMYK
RGB Variations
Color information
#58BECF (or 0x58BECF) is known color: Viking. HEX triplet: 58, BE and CF. RGB value is (88,190,207). Sum of RGB (Red+Green+Blue) = 88+190+207=485 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.14% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #58BECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BECF is #A74130. Grayscale: #A1A1A1. Windows color (decimal): -10961201 or 13614680. OLE color: 13614680.
HSL color Cylindrical-coordinate representation of color #58BECF: hue angle of 188.57º 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 #58BECF is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 190 | 207 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.19 |
| HSL | 188.57º | 0.55% | 0.58% | - |
| HSV(B) | 188.57º | 0.57% | 0.81% | - |
| XYZ | 33.7 | 43.41 | 65.63 | - |
| YUV | 161.44 | 153.71 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 190 | 207 | 0.57 | 0.08 | 0 | 0.19 | 188.57 | 0.55 | 0.58 |
| Hex | 58 | BE | CF | 39 | 8 | 0 | 13 | BD | 37 | 3A |
| Octal | 130 | 276 | 317 | 71 | 10 | 0 | 23 | 275 | 67 | 72 |
| Binary | 1011000 | 10111110 | 11001111 | 111001 | 1000 | 0 | 10011 | 10111101 | 110111 | 111010 |
Color Harmonies of #58BECF
Complementary color
Monochromatic Colors of #58BECF
Black with #58BECF
Text Example
Text Example
White with #58BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BECF; }
p { color: rgb(88,190,207); }
H1.HeaderClassName
{
color: #58BECF;
}
.AnyTagClassName
{
color: #58BECF;
}
</style>
background-color css
<style>
a { background-color: #58BECF; }
a { background-color: rgb(88,190,207); }
div.DivClassName
{
background-color: #58BECF;
}
.BgClassName
{
background-color: #58BECF;
}
</style>
border-color css
<style>
span { border-color: #58BECF; }
span { border-color: rgb(88,190,207); }
td.TdClassName
{
border-color: #58BECF;
}
.TagClassName
{
border-color: #58BECF;
}
</style>