Shades of Viking #58B1C1
Tints of Viking #58B1C1
RGB
CMYK
RGB Variations
Color information
#58B1C1 (or 0x58B1C1) is known color: Viking. HEX triplet: 58, B1 and C1. RGB value is (88,177,193). Sum of RGB (Red+Green+Blue) = 88+177+193=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #58B1C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B1C1 is #A74E3E. Grayscale: #989898. Windows color (decimal): -10964543 or 12693848. OLE color: 12693848.
HSL color Cylindrical-coordinate representation of color #58B1C1: hue angle of 189.14º 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 #58B1C1 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 177 | 193 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.24 |
| HSL | 189.14º | 0.46% | 0.55% | - |
| HSV(B) | 189.14º | 0.54% | 0.76% | - |
| XYZ | 29.37 | 37.37 | 56.12 | - |
| YUV | 152.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 177 | 193 | 0.54 | 0.08 | 0 | 0.24 | 189.14 | 0.46 | 0.55 |
| Hex | 58 | B1 | C1 | 36 | 8 | 0 | 18 | BD | 2E | 37 |
| Octal | 130 | 261 | 301 | 66 | 10 | 0 | 30 | 275 | 56 | 67 |
| Binary | 1011000 | 10110001 | 11000001 | 110110 | 1000 | 0 | 11000 | 10111101 | 101110 | 110111 |
Color Harmonies of #58B1C1
Complementary color
Monochromatic Colors of #58B1C1
Black with #58B1C1
Text Example
Text Example
White with #58B1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B1C1; }
p { color: rgb(88,177,193); }
H1.HeaderClassName
{
color: #58B1C1;
}
.AnyTagClassName
{
color: #58B1C1;
}
</style>
background-color css
<style>
a { background-color: #58B1C1; }
a { background-color: rgb(88,177,193); }
div.DivClassName
{
background-color: #58B1C1;
}
.BgClassName
{
background-color: #58B1C1;
}
</style>
border-color css
<style>
span { border-color: #58B1C1; }
span { border-color: rgb(88,177,193); }
td.TdClassName
{
border-color: #58B1C1;
}
.TagClassName
{
border-color: #58B1C1;
}
</style>