Shades of Viking #58B8C2
Tints of Viking #58B8C2
RGB
CMYK
RGB Variations
Color information
#58B8C2 (or 0x58B8C2) is known color: Viking. HEX triplet: 58, B8 and C2. RGB value is (88,184,194). Sum of RGB (Red+Green+Blue) = 88+184+194=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #58B8C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8C2 is #A7473D. Grayscale: #9C9C9C. Windows color (decimal): -10962750 or 12761176. OLE color: 12761176.
HSL color Cylindrical-coordinate representation of color #58B8C2: hue angle of 185.66º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58B8C2 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 184 | 194 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.24 |
| HSL | 185.66º | 0.46% | 0.55% | - |
| HSV(B) | 185.66º | 0.55% | 0.76% | - |
| XYZ | 30.9 | 40.25 | 57.18 | - |
| YUV | 156.44 | 149.2 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 184 | 194 | 0.55 | 0.05 | 0 | 0.24 | 185.66 | 0.46 | 0.55 |
| Hex | 58 | B8 | C2 | 37 | 5 | 0 | 18 | BA | 2E | 37 |
| Octal | 130 | 270 | 302 | 67 | 5 | 0 | 30 | 272 | 56 | 67 |
| Binary | 1011000 | 10111000 | 11000010 | 110111 | 101 | 0 | 11000 | 10111010 | 101110 | 110111 |
Color Harmonies of #58B8C2
Complementary color
Monochromatic Colors of #58B8C2
Black with #58B8C2
Text Example
Text Example
White with #58B8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B8C2; }
p { color: rgb(88,184,194); }
H1.HeaderClassName
{
color: #58B8C2;
}
.AnyTagClassName
{
color: #58B8C2;
}
</style>
background-color css
<style>
a { background-color: #58B8C2; }
a { background-color: rgb(88,184,194); }
div.DivClassName
{
background-color: #58B8C2;
}
.BgClassName
{
background-color: #58B8C2;
}
</style>
border-color css
<style>
span { border-color: #58B8C2; }
span { border-color: rgb(88,184,194); }
td.TdClassName
{
border-color: #58B8C2;
}
.TagClassName
{
border-color: #58B8C2;
}
</style>