Shades of Viking #58B8CA
Tints of Viking #58B8CA
RGB
CMYK
RGB Variations
Color information
#58B8CA (or 0x58B8CA) is known color: Viking. HEX triplet: 58, B8 and CA. RGB value is (88,184,202). Sum of RGB (Red+Green+Blue) = 88+184+202=474 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.57% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #58B8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8CA is #A74735. Grayscale: #9D9D9D. Windows color (decimal): -10962742 or 13285464. OLE color: 13285464.
HSL color Cylindrical-coordinate representation of color #58B8CA: hue angle of 189.47º 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 #58B8CA is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 184 | 202 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.21 |
| HSL | 189.47º | 0.52% | 0.57% | - |
| HSV(B) | 189.47º | 0.56% | 0.79% | - |
| XYZ | 31.83 | 40.62 | 62.04 | - |
| YUV | 157.35 | 153.2 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 184 | 202 | 0.56 | 0.09 | 0 | 0.21 | 189.47 | 0.52 | 0.57 |
| Hex | 58 | B8 | CA | 38 | 9 | 0 | 15 | BD | 34 | 39 |
| Octal | 130 | 270 | 312 | 70 | 11 | 0 | 25 | 275 | 64 | 71 |
| Binary | 1011000 | 10111000 | 11001010 | 111000 | 1001 | 0 | 10101 | 10111101 | 110100 | 111001 |
Color Harmonies of #58B8CA
Complementary color
Monochromatic Colors of #58B8CA
Black with #58B8CA
Text Example
Text Example
White with #58B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B8CA; }
p { color: rgb(88,184,202); }
H1.HeaderClassName
{
color: #58B8CA;
}
.AnyTagClassName
{
color: #58B8CA;
}
</style>
background-color css
<style>
a { background-color: #58B8CA; }
a { background-color: rgb(88,184,202); }
div.DivClassName
{
background-color: #58B8CA;
}
.BgClassName
{
background-color: #58B8CA;
}
</style>
border-color css
<style>
span { border-color: #58B8CA; }
span { border-color: rgb(88,184,202); }
td.TdClassName
{
border-color: #58B8CA;
}
.TagClassName
{
border-color: #58B8CA;
}
</style>