Shades of Viking #5EBECC
Tints of Viking #5EBECC
RGB
CMYK
RGB Variations
Color information
#5EBECC (or 0x5EBECC) is known color: Viking. HEX triplet: 5E, BE and CC. RGB value is (94,190,204). Sum of RGB (Red+Green+Blue) = 94+190+204=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #5EBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBECC is #A14133. Grayscale: #A2A2A2. Windows color (decimal): -10567988 or 13418078. OLE color: 13418078.
HSL color Cylindrical-coordinate representation of color #5EBECC: hue angle of 187.64º 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 #5EBECC is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 190 | 204 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.2 |
| HSL | 187.64º | 0.52% | 0.58% | - |
| HSV(B) | 187.64º | 0.54% | 0.8% | - |
| XYZ | 33.93 | 43.57 | 63.75 | - |
| YUV | 162.89 | 151.2 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 190 | 204 | 0.54 | 0.07 | 0 | 0.2 | 187.64 | 0.52 | 0.58 |
| Hex | 5E | BE | CC | 36 | 7 | 0 | 14 | BC | 34 | 3A |
| Octal | 136 | 276 | 314 | 66 | 7 | 0 | 24 | 274 | 64 | 72 |
| Binary | 1011110 | 10111110 | 11001100 | 110110 | 111 | 0 | 10100 | 10111100 | 110100 | 111010 |
Color Harmonies of #5EBECC
Complementary color
Monochromatic Colors of #5EBECC
Black with #5EBECC
Text Example
Text Example
White with #5EBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBECC; }
p { color: rgb(94,190,204); }
H1.HeaderClassName
{
color: #5EBECC;
}
.AnyTagClassName
{
color: #5EBECC;
}
</style>
background-color css
<style>
a { background-color: #5EBECC; }
a { background-color: rgb(94,190,204); }
div.DivClassName
{
background-color: #5EBECC;
}
.BgClassName
{
background-color: #5EBECC;
}
</style>
border-color css
<style>
span { border-color: #5EBECC; }
span { border-color: rgb(94,190,204); }
td.TdClassName
{
border-color: #5EBECC;
}
.TagClassName
{
border-color: #5EBECC;
}
</style>