Shades of Viking #5EAEC1
Tints of Viking #5EAEC1
RGB
CMYK
RGB Variations
Color information
#5EAEC1 (or 0x5EAEC1) is known color: Viking. HEX triplet: 5E, AE and C1. RGB value is (94,174,193). Sum of RGB (Red+Green+Blue) = 94+174+193=461 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.39% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #5EAEC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAEC1 is #A1513E. Grayscale: #989898. Windows color (decimal): -10572095 or 12693086. OLE color: 12693086.
HSL color Cylindrical-coordinate representation of color #5EAEC1: hue angle of 191.52º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EAEC1 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 174 | 193 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.24 |
| HSL | 191.52º | 0.44% | 0.56% | - |
| HSV(B) | 191.52º | 0.51% | 0.76% | - |
| XYZ | 29.38 | 36.5 | 55.95 | - |
| YUV | 152.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 193 | 0.51 | 0.10 | 0 | 0.24 | 191.52 | 0.44 | 0.56 |
| Hex | 5E | AE | C1 | 33 | A | 0 | 18 | C0 | 2C | 38 |
| Octal | 136 | 256 | 301 | 63 | 12 | 0 | 30 | 300 | 54 | 70 |
| Binary | 1011110 | 10101110 | 11000001 | 110011 | 1010 | 0 | 11000 | 11000000 | 101100 | 111000 |
Color Harmonies of #5EAEC1
Complementary color
Monochromatic Colors of #5EAEC1
Black with #5EAEC1
Text Example
Text Example
White with #5EAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAEC1; }
p { color: rgb(94,174,193); }
H1.HeaderClassName
{
color: #5EAEC1;
}
.AnyTagClassName
{
color: #5EAEC1;
}
</style>
background-color css
<style>
a { background-color: #5EAEC1; }
a { background-color: rgb(94,174,193); }
div.DivClassName
{
background-color: #5EAEC1;
}
.BgClassName
{
background-color: #5EAEC1;
}
</style>
border-color css
<style>
span { border-color: #5EAEC1; }
span { border-color: rgb(94,174,193); }
td.TdClassName
{
border-color: #5EAEC1;
}
.TagClassName
{
border-color: #5EAEC1;
}
</style>