Shades of Viking #58B4C5
Tints of Viking #58B4C5
RGB
CMYK
RGB Variations
Color information
#58B4C5 (or 0x58B4C5) is known color: Viking. HEX triplet: 58, B4 and C5. RGB value is (88,180,197). Sum of RGB (Red+Green+Blue) = 88+180+197=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #58B4C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B4C5 is #A74B3A. Grayscale: #9A9A9A. Windows color (decimal): -10963771 or 12956760. OLE color: 12956760.
HSL color Cylindrical-coordinate representation of color #58B4C5: hue angle of 189.36º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58B4C5 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 180 | 197 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.23 |
| HSL | 189.36º | 0.48% | 0.56% | - |
| HSV(B) | 189.36º | 0.55% | 0.77% | - |
| XYZ | 30.42 | 38.75 | 58.7 | - |
| YUV | 154.43 | 152.02 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 180 | 197 | 0.55 | 0.09 | 0 | 0.23 | 189.36 | 0.48 | 0.56 |
| Hex | 58 | B4 | C5 | 37 | 9 | 0 | 17 | BD | 30 | 38 |
| Octal | 130 | 264 | 305 | 67 | 11 | 0 | 27 | 275 | 60 | 70 |
| Binary | 1011000 | 10110100 | 11000101 | 110111 | 1001 | 0 | 10111 | 10111101 | 110000 | 111000 |
Color Harmonies of #58B4C5
Complementary color
Monochromatic Colors of #58B4C5
Black with #58B4C5
Text Example
Text Example
White with #58B4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B4C5; }
p { color: rgb(88,180,197); }
H1.HeaderClassName
{
color: #58B4C5;
}
.AnyTagClassName
{
color: #58B4C5;
}
</style>
background-color css
<style>
a { background-color: #58B4C5; }
a { background-color: rgb(88,180,197); }
div.DivClassName
{
background-color: #58B4C5;
}
.BgClassName
{
background-color: #58B4C5;
}
</style>
border-color css
<style>
span { border-color: #58B4C5; }
span { border-color: rgb(88,180,197); }
td.TdClassName
{
border-color: #58B4C5;
}
.TagClassName
{
border-color: #58B4C5;
}
</style>