Shades of Viking #5EACC8
Tints of Viking #5EACC8
RGB
CMYK
RGB Variations
Color information
#5EACC8 (or 0x5EACC8) is known color: Viking. HEX triplet: 5E, AC and C8. RGB value is (94,172,200). Sum of RGB (Red+Green+Blue) = 94+172+200=466 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.17% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #5EACC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACC8 is #A15337. Grayscale: #979797. Windows color (decimal): -10572600 or 13151326. OLE color: 13151326.
HSL color Cylindrical-coordinate representation of color #5EACC8: hue angle of 195.85º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EACC8 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 172 | 200 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.22 |
| HSL | 195.85º | 0.49% | 0.58% | - |
| HSV(B) | 195.85º | 0.53% | 0.78% | - |
| XYZ | 29.79 | 36.05 | 60.03 | - |
| YUV | 151.87 | 155.16 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 200 | 0.53 | 0.14 | 0 | 0.22 | 195.85 | 0.49 | 0.58 |
| Hex | 5E | AC | C8 | 35 | E | 0 | 16 | C4 | 31 | 3A |
| Octal | 136 | 254 | 310 | 65 | 16 | 0 | 26 | 304 | 61 | 72 |
| Binary | 1011110 | 10101100 | 11001000 | 110101 | 1110 | 0 | 10110 | 11000100 | 110001 | 111010 |
Color Harmonies of #5EACC8
Complementary color
Monochromatic Colors of #5EACC8
Black with #5EACC8
Text Example
Text Example
White with #5EACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACC8; }
p { color: rgb(94,172,200); }
H1.HeaderClassName
{
color: #5EACC8;
}
.AnyTagClassName
{
color: #5EACC8;
}
</style>
background-color css
<style>
a { background-color: #5EACC8; }
a { background-color: rgb(94,172,200); }
div.DivClassName
{
background-color: #5EACC8;
}
.BgClassName
{
background-color: #5EACC8;
}
</style>
border-color css
<style>
span { border-color: #5EACC8; }
span { border-color: rgb(94,172,200); }
td.TdClassName
{
border-color: #5EACC8;
}
.TagClassName
{
border-color: #5EACC8;
}
</style>