Shades of Viking #58BED0
Tints of Viking #58BED0
RGB
CMYK
RGB Variations
Color information
#58BED0 (or 0x58BED0) is known color: Viking. HEX triplet: 58, BE and D0. RGB value is (88,190,208). Sum of RGB (Red+Green+Blue) = 88+190+208=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #58BED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BED0 is #A7412F. Grayscale: #A1A1A1. Windows color (decimal): -10961200 or 13680216. OLE color: 13680216.
HSL color Cylindrical-coordinate representation of color #58BED0: hue angle of 189º degrees, saturation: 0.56, 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 #58BED0 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 190 | 208 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.18 |
| HSL | 189º | 0.56% | 0.58% | - |
| HSV(B) | 189º | 0.58% | 0.82% | - |
| XYZ | 33.82 | 43.46 | 66.28 | - |
| YUV | 161.55 | 154.21 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 190 | 208 | 0.58 | 0.09 | 0 | 0.18 | 189 | 0.56 | 0.58 |
| Hex | 58 | BE | D0 | 3A | 9 | 0 | 12 | BD | 38 | 3A |
| Octal | 130 | 276 | 320 | 72 | 11 | 0 | 22 | 275 | 70 | 72 |
| Binary | 1011000 | 10111110 | 11010000 | 111010 | 1001 | 0 | 10010 | 10111101 | 111000 | 111010 |
Color Harmonies of #58BED0
Complementary color
Monochromatic Colors of #58BED0
Black with #58BED0
Text Example
Text Example
White with #58BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BED0; }
p { color: rgb(88,190,208); }
H1.HeaderClassName
{
color: #58BED0;
}
.AnyTagClassName
{
color: #58BED0;
}
</style>
background-color css
<style>
a { background-color: #58BED0; }
a { background-color: rgb(88,190,208); }
div.DivClassName
{
background-color: #58BED0;
}
.BgClassName
{
background-color: #58BED0;
}
</style>
border-color css
<style>
span { border-color: #58BED0; }
span { border-color: rgb(88,190,208); }
td.TdClassName
{
border-color: #58BED0;
}
.TagClassName
{
border-color: #58BED0;
}
</style>