Shades of Viking #58AEC0
Tints of Viking #58AEC0
RGB
CMYK
RGB Variations
Color information
#58AEC0 (or 0x58AEC0) is known color: Viking. HEX triplet: 58, AE and C0. RGB value is (88,174,192). Sum of RGB (Red+Green+Blue) = 88+174+192=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #58AEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AEC0 is #A7513F. Grayscale: #969696. Windows color (decimal): -10965312 or 12627544. OLE color: 12627544.
HSL color Cylindrical-coordinate representation of color #58AEC0: hue angle of 190.38º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58AEC0 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 174 | 192 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.25 |
| HSL | 190.38º | 0.45% | 0.55% | - |
| HSV(B) | 190.38º | 0.54% | 0.75% | - |
| XYZ | 28.67 | 36.15 | 55.34 | - |
| YUV | 150.34 | 151.51 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 174 | 192 | 0.54 | 0.09 | 0 | 0.25 | 190.38 | 0.45 | 0.55 |
| Hex | 58 | AE | C0 | 36 | 9 | 0 | 19 | BE | 2D | 37 |
| Octal | 130 | 256 | 300 | 66 | 11 | 0 | 31 | 276 | 55 | 67 |
| Binary | 1011000 | 10101110 | 11000000 | 110110 | 1001 | 0 | 11001 | 10111110 | 101101 | 110111 |
Color Harmonies of #58AEC0
Complementary color
Monochromatic Colors of #58AEC0
Black with #58AEC0
Text Example
Text Example
White with #58AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AEC0; }
p { color: rgb(88,174,192); }
H1.HeaderClassName
{
color: #58AEC0;
}
.AnyTagClassName
{
color: #58AEC0;
}
</style>
background-color css
<style>
a { background-color: #58AEC0; }
a { background-color: rgb(88,174,192); }
div.DivClassName
{
background-color: #58AEC0;
}
.BgClassName
{
background-color: #58AEC0;
}
</style>
border-color css
<style>
span { border-color: #58AEC0; }
span { border-color: rgb(88,174,192); }
td.TdClassName
{
border-color: #58AEC0;
}
.TagClassName
{
border-color: #58AEC0;
}
</style>