Shades of Viking #58ADCD
Tints of Viking #58ADCD
RGB
CMYK
RGB Variations
Color information
#58ADCD (or 0x58ADCD) is known color: Viking. HEX triplet: 58, AD and CD. RGB value is (88,173,205). Sum of RGB (Red+Green+Blue) = 88+173+205=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #58ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ADCD is #A75232. Grayscale: #979797. Windows color (decimal): -10965555 or 13479256. OLE color: 13479256.
HSL color Cylindrical-coordinate representation of color #58ADCD: hue angle of 196.41º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58ADCD is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 173 | 205 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.20 |
| HSL | 196.41º | 0.54% | 0.57% | - |
| HSV(B) | 196.41º | 0.57% | 0.8% | - |
| XYZ | 29.99 | 36.37 | 63.2 | - |
| YUV | 151.23 | 158.34 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 205 | 0.57 | 0.16 | 0 | 0.20 | 196.41 | 0.54 | 0.57 |
| Hex | 58 | AD | CD | 39 | 10 | 0 | 14 | C4 | 36 | 39 |
| Octal | 130 | 255 | 315 | 71 | 20 | 0 | 24 | 304 | 66 | 71 |
| Binary | 1011000 | 10101101 | 11001101 | 111001 | 10000 | 0 | 10100 | 11000100 | 110110 | 111001 |
Color Harmonies of #58ADCD
Complementary color
Monochromatic Colors of #58ADCD
Black with #58ADCD
Text Example
Text Example
White with #58ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ADCD; }
p { color: rgb(88,173,205); }
H1.HeaderClassName
{
color: #58ADCD;
}
.AnyTagClassName
{
color: #58ADCD;
}
</style>
background-color css
<style>
a { background-color: #58ADCD; }
a { background-color: rgb(88,173,205); }
div.DivClassName
{
background-color: #58ADCD;
}
.BgClassName
{
background-color: #58ADCD;
}
</style>
border-color css
<style>
span { border-color: #58ADCD; }
span { border-color: rgb(88,173,205); }
td.TdClassName
{
border-color: #58ADCD;
}
.TagClassName
{
border-color: #58ADCD;
}
</style>