Shades of Viking #58BDC1
Tints of Viking #58BDC1
RGB
CMYK
RGB Variations
Color information
#58BDC1 (or 0x58BDC1) is known color: Viking. HEX triplet: 58, BD and C1. RGB value is (88,189,193). Sum of RGB (Red+Green+Blue) = 88+189+193=470 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.72% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #58BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BDC1 is #A7423E. Grayscale: #9F9F9F. Windows color (decimal): -10961471 or 12696920. OLE color: 12696920.
HSL color Cylindrical-coordinate representation of color #58BDC1: hue angle of 182.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BDC1 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 189 | 193 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.24 |
| HSL | 182.29º | 0.46% | 0.55% | - |
| HSV(B) | 182.29º | 0.54% | 0.76% | - |
| XYZ | 31.85 | 42.32 | 56.94 | - |
| YUV | 159.26 | 147.04 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 193 | 0.54 | 0.02 | 0 | 0.24 | 182.29 | 0.46 | 0.55 |
| Hex | 58 | BD | C1 | 36 | 2 | 0 | 18 | B6 | 2E | 37 |
| Octal | 130 | 275 | 301 | 66 | 2 | 0 | 30 | 266 | 56 | 67 |
| Binary | 1011000 | 10111101 | 11000001 | 110110 | 10 | 0 | 11000 | 10110110 | 101110 | 110111 |
Color Harmonies of #58BDC1
Complementary color
Monochromatic Colors of #58BDC1
Black with #58BDC1
Text Example
Text Example
White with #58BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDC1; }
p { color: rgb(88,189,193); }
H1.HeaderClassName
{
color: #58BDC1;
}
.AnyTagClassName
{
color: #58BDC1;
}
</style>
background-color css
<style>
a { background-color: #58BDC1; }
a { background-color: rgb(88,189,193); }
div.DivClassName
{
background-color: #58BDC1;
}
.BgClassName
{
background-color: #58BDC1;
}
</style>
border-color css
<style>
span { border-color: #58BDC1; }
span { border-color: rgb(88,189,193); }
td.TdClassName
{
border-color: #58BDC1;
}
.TagClassName
{
border-color: #58BDC1;
}
</style>