Shades of Viking #58BBC1
Tints of Viking #58BBC1
RGB
CMYK
RGB Variations
Color information
#58BBC1 (or 0x58BBC1) is known color: Viking. HEX triplet: 58, BB and C1. RGB value is (88,187,193). Sum of RGB (Red+Green+Blue) = 88+187+193=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #58BBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BBC1 is #A7443E. Grayscale: #9D9D9D. Windows color (decimal): -10961983 or 12696408. OLE color: 12696408.
HSL color Cylindrical-coordinate representation of color #58BBC1: hue angle of 183.43º 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 #58BBC1 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 187 | 193 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.24 |
| HSL | 183.43º | 0.46% | 0.55% | - |
| HSV(B) | 183.43º | 0.54% | 0.76% | - |
| XYZ | 31.42 | 41.47 | 56.8 | - |
| YUV | 158.08 | 147.7 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 187 | 193 | 0.54 | 0.03 | 0 | 0.24 | 183.43 | 0.46 | 0.55 |
| Hex | 58 | BB | C1 | 36 | 3 | 0 | 18 | B7 | 2E | 37 |
| Octal | 130 | 273 | 301 | 66 | 3 | 0 | 30 | 267 | 56 | 67 |
| Binary | 1011000 | 10111011 | 11000001 | 110110 | 11 | 0 | 11000 | 10110111 | 101110 | 110111 |
Color Harmonies of #58BBC1
Complementary color
Monochromatic Colors of #58BBC1
Black with #58BBC1
Text Example
Text Example
White with #58BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BBC1; }
p { color: rgb(88,187,193); }
H1.HeaderClassName
{
color: #58BBC1;
}
.AnyTagClassName
{
color: #58BBC1;
}
</style>
background-color css
<style>
a { background-color: #58BBC1; }
a { background-color: rgb(88,187,193); }
div.DivClassName
{
background-color: #58BBC1;
}
.BgClassName
{
background-color: #58BBC1;
}
</style>
border-color css
<style>
span { border-color: #58BBC1; }
span { border-color: rgb(88,187,193); }
td.TdClassName
{
border-color: #58BBC1;
}
.TagClassName
{
border-color: #58BBC1;
}
</style>