Shades of Viking #58B7C1
Tints of Viking #58B7C1
RGB
CMYK
RGB Variations
Color information
#58B7C1 (or 0x58B7C1) is known color: Viking. HEX triplet: 58, B7 and C1. RGB value is (88,183,193). Sum of RGB (Red+Green+Blue) = 88+183+193=464 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.97% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #58B7C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B7C1 is #A7483E. Grayscale: #9B9B9B. Windows color (decimal): -10963007 or 12695384. OLE color: 12695384.
HSL color Cylindrical-coordinate representation of color #58B7C1: hue angle of 185.71º 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 #58B7C1 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 183 | 193 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.24 |
| HSL | 185.71º | 0.46% | 0.55% | - |
| HSV(B) | 185.71º | 0.54% | 0.76% | - |
| XYZ | 30.58 | 39.79 | 56.52 | - |
| YUV | 155.74 | 149.03 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 183 | 193 | 0.54 | 0.05 | 0 | 0.24 | 185.71 | 0.46 | 0.55 |
| Hex | 58 | B7 | C1 | 36 | 5 | 0 | 18 | BA | 2E | 37 |
| Octal | 130 | 267 | 301 | 66 | 5 | 0 | 30 | 272 | 56 | 67 |
| Binary | 1011000 | 10110111 | 11000001 | 110110 | 101 | 0 | 11000 | 10111010 | 101110 | 110111 |
Color Harmonies of #58B7C1
Complementary color
Monochromatic Colors of #58B7C1
Black with #58B7C1
Text Example
Text Example
White with #58B7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B7C1; }
p { color: rgb(88,183,193); }
H1.HeaderClassName
{
color: #58B7C1;
}
.AnyTagClassName
{
color: #58B7C1;
}
</style>
background-color css
<style>
a { background-color: #58B7C1; }
a { background-color: rgb(88,183,193); }
div.DivClassName
{
background-color: #58B7C1;
}
.BgClassName
{
background-color: #58B7C1;
}
</style>
border-color css
<style>
span { border-color: #58B7C1; }
span { border-color: rgb(88,183,193); }
td.TdClassName
{
border-color: #58B7C1;
}
.TagClassName
{
border-color: #58B7C1;
}
</style>