Shades of Viking #58BDCA
Tints of Viking #58BDCA
RGB
CMYK
RGB Variations
Color information
#58BDCA (or 0x58BDCA) is known color: Viking. HEX triplet: 58, BD and CA. RGB value is (88,189,202). Sum of RGB (Red+Green+Blue) = 88+189+202=479 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.37% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #58BDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BDCA is #A74235. Grayscale: #A0A0A0. Windows color (decimal): -10961462 or 13286744. OLE color: 13286744.
HSL color Cylindrical-coordinate representation of color #58BDCA: hue angle of 186.84º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58BDCA is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 189 | 202 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.21 |
| HSL | 186.84º | 0.52% | 0.57% | - |
| HSV(B) | 186.84º | 0.56% | 0.79% | - |
| XYZ | 32.88 | 42.73 | 62.39 | - |
| YUV | 160.28 | 151.54 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 202 | 0.56 | 0.06 | 0 | 0.21 | 186.84 | 0.52 | 0.57 |
| Hex | 58 | BD | CA | 38 | 6 | 0 | 15 | BB | 34 | 39 |
| Octal | 130 | 275 | 312 | 70 | 6 | 0 | 25 | 273 | 64 | 71 |
| Binary | 1011000 | 10111101 | 11001010 | 111000 | 110 | 0 | 10101 | 10111011 | 110100 | 111001 |
Color Harmonies of #58BDCA
Complementary color
Monochromatic Colors of #58BDCA
Black with #58BDCA
Text Example
Text Example
White with #58BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDCA; }
p { color: rgb(88,189,202); }
H1.HeaderClassName
{
color: #58BDCA;
}
.AnyTagClassName
{
color: #58BDCA;
}
</style>
background-color css
<style>
a { background-color: #58BDCA; }
a { background-color: rgb(88,189,202); }
div.DivClassName
{
background-color: #58BDCA;
}
.BgClassName
{
background-color: #58BDCA;
}
</style>
border-color css
<style>
span { border-color: #58BDCA; }
span { border-color: rgb(88,189,202); }
td.TdClassName
{
border-color: #58BDCA;
}
.TagClassName
{
border-color: #58BDCA;
}
</style>