Shades of Viking #58ABCC
Tints of Viking #58ABCC
RGB
CMYK
RGB Variations
Color information
#58ABCC (or 0x58ABCC) is known color: Viking. HEX triplet: 58, AB and CC. RGB value is (88,171,204). Sum of RGB (Red+Green+Blue) = 88+171+204=463 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.01% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #58ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ABCC is #A75433. Grayscale: #959595. Windows color (decimal): -10966068 or 13413208. OLE color: 13413208.
HSL color Cylindrical-coordinate representation of color #58ABCC: hue angle of 197.07º degrees, saturation: 0.53, 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 #58ABCC is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 171 | 204 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.2 |
| HSL | 197.07º | 0.53% | 0.57% | - |
| HSV(B) | 197.07º | 0.57% | 0.8% | - |
| XYZ | 29.49 | 35.56 | 62.44 | - |
| YUV | 149.95 | 158.5 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 204 | 0.57 | 0.16 | 0 | 0.2 | 197.07 | 0.53 | 0.57 |
| Hex | 58 | AB | CC | 39 | 10 | 0 | 14 | C5 | 35 | 39 |
| Octal | 130 | 253 | 314 | 71 | 20 | 0 | 24 | 305 | 65 | 71 |
| Binary | 1011000 | 10101011 | 11001100 | 111001 | 10000 | 0 | 10100 | 11000101 | 110101 | 111001 |
Color Harmonies of #58ABCC
Complementary color
Monochromatic Colors of #58ABCC
Black with #58ABCC
Text Example
Text Example
White with #58ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ABCC; }
p { color: rgb(88,171,204); }
H1.HeaderClassName
{
color: #58ABCC;
}
.AnyTagClassName
{
color: #58ABCC;
}
</style>
background-color css
<style>
a { background-color: #58ABCC; }
a { background-color: rgb(88,171,204); }
div.DivClassName
{
background-color: #58ABCC;
}
.BgClassName
{
background-color: #58ABCC;
}
</style>
border-color css
<style>
span { border-color: #58ABCC; }
span { border-color: rgb(88,171,204); }
td.TdClassName
{
border-color: #58ABCC;
}
.TagClassName
{
border-color: #58ABCC;
}
</style>