Shades of Viking #58AEC2
Tints of Viking #58AEC2
RGB
CMYK
RGB Variations
Color information
#58AEC2 (or 0x58AEC2) is known color: Viking. HEX triplet: 58, AE and C2. RGB value is (88,174,194). Sum of RGB (Red+Green+Blue) = 88+174+194=456 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.30% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #58AEC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AEC2 is #A7513D. Grayscale: #969696. Windows color (decimal): -10965310 or 12758616. OLE color: 12758616.
HSL color Cylindrical-coordinate representation of color #58AEC2: hue angle of 191.32º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58AEC2 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 174 | 194 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.24 |
| HSL | 191.32º | 0.46% | 0.55% | - |
| HSV(B) | 191.32º | 0.55% | 0.76% | - |
| XYZ | 28.9 | 36.24 | 56.51 | - |
| YUV | 150.57 | 152.51 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 174 | 194 | 0.55 | 0.10 | 0 | 0.24 | 191.32 | 0.46 | 0.55 |
| Hex | 58 | AE | C2 | 37 | A | 0 | 18 | BF | 2E | 37 |
| Octal | 130 | 256 | 302 | 67 | 12 | 0 | 30 | 277 | 56 | 67 |
| Binary | 1011000 | 10101110 | 11000010 | 110111 | 1010 | 0 | 11000 | 10111111 | 101110 | 110111 |
Color Harmonies of #58AEC2
Complementary color
Monochromatic Colors of #58AEC2
Black with #58AEC2
Text Example
Text Example
White with #58AEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AEC2; }
p { color: rgb(88,174,194); }
H1.HeaderClassName
{
color: #58AEC2;
}
.AnyTagClassName
{
color: #58AEC2;
}
</style>
background-color css
<style>
a { background-color: #58AEC2; }
a { background-color: rgb(88,174,194); }
div.DivClassName
{
background-color: #58AEC2;
}
.BgClassName
{
background-color: #58AEC2;
}
</style>
border-color css
<style>
span { border-color: #58AEC2; }
span { border-color: rgb(88,174,194); }
td.TdClassName
{
border-color: #58AEC2;
}
.TagClassName
{
border-color: #58AEC2;
}
</style>