Shades of Viking #5EADCA
Tints of Viking #5EADCA
RGB
CMYK
RGB Variations
Color information
#5EADCA (or 0x5EADCA) is known color: Viking. HEX triplet: 5E, AD and CA. RGB value is (94,173,202). Sum of RGB (Red+Green+Blue) = 94+173+202=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #5EADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADCA is #A15235. Grayscale: #989898. Windows color (decimal): -10572342 or 13282654. OLE color: 13282654.
HSL color Cylindrical-coordinate representation of color #5EADCA: hue angle of 196.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EADCA is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 173 | 202 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.21 |
| HSL | 196.11º | 0.5% | 0.58% | - |
| HSV(B) | 196.11º | 0.53% | 0.79% | - |
| XYZ | 30.22 | 36.53 | 61.34 | - |
| YUV | 152.69 | 155.83 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 173 | 202 | 0.53 | 0.14 | 0 | 0.21 | 196.11 | 0.5 | 0.58 |
| Hex | 5E | AD | CA | 35 | E | 0 | 15 | C4 | 32 | 3A |
| Octal | 136 | 255 | 312 | 65 | 16 | 0 | 25 | 304 | 62 | 72 |
| Binary | 1011110 | 10101101 | 11001010 | 110101 | 1110 | 0 | 10101 | 11000100 | 110010 | 111010 |
Color Harmonies of #5EADCA
Complementary color
Monochromatic Colors of #5EADCA
Black with #5EADCA
Text Example
Text Example
White with #5EADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EADCA; }
p { color: rgb(94,173,202); }
H1.HeaderClassName
{
color: #5EADCA;
}
.AnyTagClassName
{
color: #5EADCA;
}
</style>
background-color css
<style>
a { background-color: #5EADCA; }
a { background-color: rgb(94,173,202); }
div.DivClassName
{
background-color: #5EADCA;
}
.BgClassName
{
background-color: #5EADCA;
}
</style>
border-color css
<style>
span { border-color: #5EADCA; }
span { border-color: rgb(94,173,202); }
td.TdClassName
{
border-color: #5EADCA;
}
.TagClassName
{
border-color: #5EADCA;
}
</style>