Shades of Viking #5EAFCD
Tints of Viking #5EAFCD
RGB
CMYK
RGB Variations
Color information
#5EAFCD (or 0x5EAFCD) is known color: Viking. HEX triplet: 5E, AF and CD. RGB value is (94,175,205). Sum of RGB (Red+Green+Blue) = 94+175+205=474 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.83% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EAFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFCD is #A15032. Grayscale: #9A9A9A. Windows color (decimal): -10571827 or 13479774. OLE color: 13479774.
HSL color Cylindrical-coordinate representation of color #5EAFCD: hue angle of 196.22º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EAFCD is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 175 | 205 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.20 |
| HSL | 196.22º | 0.53% | 0.59% | - |
| HSV(B) | 196.22º | 0.54% | 0.8% | - |
| XYZ | 30.97 | 37.45 | 63.35 | - |
| YUV | 154.2 | 156.66 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 205 | 0.54 | 0.15 | 0 | 0.20 | 196.22 | 0.53 | 0.59 |
| Hex | 5E | AF | CD | 36 | F | 0 | 14 | C4 | 35 | 3B |
| Octal | 136 | 257 | 315 | 66 | 17 | 0 | 24 | 304 | 65 | 73 |
| Binary | 1011110 | 10101111 | 11001101 | 110110 | 1111 | 0 | 10100 | 11000100 | 110101 | 111011 |
Color Harmonies of #5EAFCD
Complementary color
Monochromatic Colors of #5EAFCD
Black with #5EAFCD
Text Example
Text Example
White with #5EAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAFCD; }
p { color: rgb(94,175,205); }
H1.HeaderClassName
{
color: #5EAFCD;
}
.AnyTagClassName
{
color: #5EAFCD;
}
</style>
background-color css
<style>
a { background-color: #5EAFCD; }
a { background-color: rgb(94,175,205); }
div.DivClassName
{
background-color: #5EAFCD;
}
.BgClassName
{
background-color: #5EAFCD;
}
</style>
border-color css
<style>
span { border-color: #5EAFCD; }
span { border-color: rgb(94,175,205); }
td.TdClassName
{
border-color: #5EAFCD;
}
.TagClassName
{
border-color: #5EAFCD;
}
</style>