Shades of Viking #5EAFCC
Tints of Viking #5EAFCC
RGB
CMYK
RGB Variations
Color information
#5EAFCC (or 0x5EAFCC) is known color: Viking. HEX triplet: 5E, AF and CC. RGB value is (94,175,204). Sum of RGB (Red+Green+Blue) = 94+175+204=473 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.87% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #5EAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFCC is #A15033. Grayscale: #999999. Windows color (decimal): -10571828 or 13414238. OLE color: 13414238.
HSL color Cylindrical-coordinate representation of color #5EAFCC: hue angle of 195.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EAFCC is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 175 | 204 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.2 |
| HSL | 195.82º | 0.52% | 0.58% | - |
| HSV(B) | 195.82º | 0.54% | 0.8% | - |
| XYZ | 30.85 | 37.4 | 62.72 | - |
| YUV | 154.09 | 156.16 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 204 | 0.54 | 0.14 | 0 | 0.2 | 195.82 | 0.52 | 0.58 |
| Hex | 5E | AF | CC | 36 | E | 0 | 14 | C4 | 34 | 3A |
| Octal | 136 | 257 | 314 | 66 | 16 | 0 | 24 | 304 | 64 | 72 |
| Binary | 1011110 | 10101111 | 11001100 | 110110 | 1110 | 0 | 10100 | 11000100 | 110100 | 111010 |
Color Harmonies of #5EAFCC
Complementary color
Monochromatic Colors of #5EAFCC
Black with #5EAFCC
Text Example
Text Example
White with #5EAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAFCC; }
p { color: rgb(94,175,204); }
H1.HeaderClassName
{
color: #5EAFCC;
}
.AnyTagClassName
{
color: #5EAFCC;
}
</style>
background-color css
<style>
a { background-color: #5EAFCC; }
a { background-color: rgb(94,175,204); }
div.DivClassName
{
background-color: #5EAFCC;
}
.BgClassName
{
background-color: #5EAFCC;
}
</style>
border-color css
<style>
span { border-color: #5EAFCC; }
span { border-color: rgb(94,175,204); }
td.TdClassName
{
border-color: #5EAFCC;
}
.TagClassName
{
border-color: #5EAFCC;
}
</style>