Shades of Viking #5DBACA
Tints of Viking #5DBACA
RGB
CMYK
RGB Variations
Color information
#5DBACA (or 0x5DBACA) is known color: Viking. HEX triplet: 5D, BA and CA. RGB value is (93,186,202). Sum of RGB (Red+Green+Blue) = 93+186+202=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #5DBACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBACA is #A24535. Grayscale: #9F9F9F. Windows color (decimal): -10634550 or 13285981. OLE color: 13285981.
HSL color Cylindrical-coordinate representation of color #5DBACA: hue angle of 188.81º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DBACA is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 186 | 202 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.21 |
| HSL | 188.81º | 0.51% | 0.58% | - |
| HSV(B) | 188.81º | 0.54% | 0.79% | - |
| XYZ | 32.73 | 41.71 | 62.2 | - |
| YUV | 160.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 202 | 0.54 | 0.08 | 0 | 0.21 | 188.81 | 0.51 | 0.58 |
| Hex | 5D | BA | CA | 36 | 8 | 0 | 15 | BD | 33 | 3A |
| Octal | 135 | 272 | 312 | 66 | 10 | 0 | 25 | 275 | 63 | 72 |
| Binary | 1011101 | 10111010 | 11001010 | 110110 | 1000 | 0 | 10101 | 10111101 | 110011 | 111010 |
Color Harmonies of #5DBACA
Complementary color
Monochromatic Colors of #5DBACA
Black with #5DBACA
Text Example
Text Example
White with #5DBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBACA; }
p { color: rgb(93,186,202); }
H1.HeaderClassName
{
color: #5DBACA;
}
.AnyTagClassName
{
color: #5DBACA;
}
</style>
background-color css
<style>
a { background-color: #5DBACA; }
a { background-color: rgb(93,186,202); }
div.DivClassName
{
background-color: #5DBACA;
}
.BgClassName
{
background-color: #5DBACA;
}
</style>
border-color css
<style>
span { border-color: #5DBACA; }
span { border-color: rgb(93,186,202); }
td.TdClassName
{
border-color: #5DBACA;
}
.TagClassName
{
border-color: #5DBACA;
}
</style>