Shades of Viking #58ADCE
Tints of Viking #58ADCE
RGB
CMYK
RGB Variations
Color information
#58ADCE (or 0x58ADCE) is known color: Viking. HEX triplet: 58, AD and CE. RGB value is (88,173,206). Sum of RGB (Red+Green+Blue) = 88+173+206=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #58ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ADCE is #A75231. Grayscale: #979797. Windows color (decimal): -10965554 or 13544792. OLE color: 13544792.
HSL color Cylindrical-coordinate representation of color #58ADCE: hue angle of 196.78º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58ADCE is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 173 | 206 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.19 |
| HSL | 196.78º | 0.55% | 0.58% | - |
| HSV(B) | 196.78º | 0.57% | 0.81% | - |
| XYZ | 30.11 | 36.42 | 63.84 | - |
| YUV | 151.35 | 158.84 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 206 | 0.57 | 0.16 | 0 | 0.19 | 196.78 | 0.55 | 0.58 |
| Hex | 58 | AD | CE | 39 | 10 | 0 | 13 | C5 | 37 | 3A |
| Octal | 130 | 255 | 316 | 71 | 20 | 0 | 23 | 305 | 67 | 72 |
| Binary | 1011000 | 10101101 | 11001110 | 111001 | 10000 | 0 | 10011 | 11000101 | 110111 | 111010 |
Color Harmonies of #58ADCE
Complementary color
Monochromatic Colors of #58ADCE
Black with #58ADCE
Text Example
Text Example
White with #58ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ADCE; }
p { color: rgb(88,173,206); }
H1.HeaderClassName
{
color: #58ADCE;
}
.AnyTagClassName
{
color: #58ADCE;
}
</style>
background-color css
<style>
a { background-color: #58ADCE; }
a { background-color: rgb(88,173,206); }
div.DivClassName
{
background-color: #58ADCE;
}
.BgClassName
{
background-color: #58ADCE;
}
</style>
border-color css
<style>
span { border-color: #58ADCE; }
span { border-color: rgb(88,173,206); }
td.TdClassName
{
border-color: #58ADCE;
}
.TagClassName
{
border-color: #58ADCE;
}
</style>