Shades of Viking #5EAFC8
Tints of Viking #5EAFC8
RGB
CMYK
RGB Variations
Color information
#5EAFC8 (or 0x5EAFC8) is known color: Viking. HEX triplet: 5E, AF and C8. RGB value is (94,175,200). Sum of RGB (Red+Green+Blue) = 94+175+200=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #5EAFC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFC8 is #A15037. Grayscale: #999999. Windows color (decimal): -10571832 or 13152094. OLE color: 13152094.
HSL color Cylindrical-coordinate representation of color #5EAFC8: hue angle of 194.15º 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 #5EAFC8 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 175 | 200 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.22 |
| HSL | 194.15º | 0.49% | 0.58% | - |
| HSV(B) | 194.15º | 0.53% | 0.78% | - |
| XYZ | 30.37 | 37.21 | 60.23 | - |
| YUV | 153.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 200 | 0.53 | 0.12 | 0 | 0.22 | 194.15 | 0.49 | 0.58 |
| Hex | 5E | AF | C8 | 35 | C | 0 | 16 | C2 | 31 | 3A |
| Octal | 136 | 257 | 310 | 65 | 14 | 0 | 26 | 302 | 61 | 72 |
| Binary | 1011110 | 10101111 | 11001000 | 110101 | 1100 | 0 | 10110 | 11000010 | 110001 | 111010 |
Color Harmonies of #5EAFC8
Complementary color
Monochromatic Colors of #5EAFC8
Black with #5EAFC8
Text Example
Text Example
White with #5EAFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAFC8; }
p { color: rgb(94,175,200); }
H1.HeaderClassName
{
color: #5EAFC8;
}
.AnyTagClassName
{
color: #5EAFC8;
}
</style>
background-color css
<style>
a { background-color: #5EAFC8; }
a { background-color: rgb(94,175,200); }
div.DivClassName
{
background-color: #5EAFC8;
}
.BgClassName
{
background-color: #5EAFC8;
}
</style>
border-color css
<style>
span { border-color: #5EAFC8; }
span { border-color: rgb(94,175,200); }
td.TdClassName
{
border-color: #5EAFC8;
}
.TagClassName
{
border-color: #5EAFC8;
}
</style>