Shades of Viking #58B8C3
Tints of Viking #58B8C3
RGB
CMYK
RGB Variations
Color information
#58B8C3 (or 0x58B8C3) is known color: Viking. HEX triplet: 58, B8 and C3. RGB value is (88,184,195). Sum of RGB (Red+Green+Blue) = 88+184+195=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #58B8C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8C3 is #A7473C. Grayscale: #9C9C9C. Windows color (decimal): -10962749 or 12826712. OLE color: 12826712.
HSL color Cylindrical-coordinate representation of color #58B8C3: hue angle of 186.17º degrees, saturation: 0.47, 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 #58B8C3 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 184 | 195 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.24 |
| HSL | 186.17º | 0.47% | 0.55% | - |
| HSV(B) | 186.17º | 0.55% | 0.76% | - |
| XYZ | 31.02 | 40.3 | 57.77 | - |
| YUV | 156.55 | 149.7 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 184 | 195 | 0.55 | 0.06 | 0 | 0.24 | 186.17 | 0.47 | 0.55 |
| Hex | 58 | B8 | C3 | 37 | 6 | 0 | 18 | BA | 2F | 37 |
| Octal | 130 | 270 | 303 | 67 | 6 | 0 | 30 | 272 | 57 | 67 |
| Binary | 1011000 | 10111000 | 11000011 | 110111 | 110 | 0 | 11000 | 10111010 | 101111 | 110111 |
Color Harmonies of #58B8C3
Complementary color
Monochromatic Colors of #58B8C3
Black with #58B8C3
Text Example
Text Example
White with #58B8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B8C3; }
p { color: rgb(88,184,195); }
H1.HeaderClassName
{
color: #58B8C3;
}
.AnyTagClassName
{
color: #58B8C3;
}
</style>
background-color css
<style>
a { background-color: #58B8C3; }
a { background-color: rgb(88,184,195); }
div.DivClassName
{
background-color: #58B8C3;
}
.BgClassName
{
background-color: #58B8C3;
}
</style>
border-color css
<style>
span { border-color: #58B8C3; }
span { border-color: rgb(88,184,195); }
td.TdClassName
{
border-color: #58B8C3;
}
.TagClassName
{
border-color: #58B8C3;
}
</style>