Shades of Viking #5BBACA
Tints of Viking #5BBACA
RGB
CMYK
RGB Variations
Color information
#5BBACA (or 0x5BBACA) is known color: Viking. HEX triplet: 5B, BA and CA. RGB value is (91,186,202). Sum of RGB (Red+Green+Blue) = 91+186+202=479 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.00% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #5BBACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBACA is #A44535. Grayscale: #9F9F9F. Windows color (decimal): -10765622 or 13285979. OLE color: 13285979.
HSL color Cylindrical-coordinate representation of color #5BBACA: hue angle of 188.65º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BBACA is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 186 | 202 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.21 |
| HSL | 188.65º | 0.51% | 0.57% | - |
| HSV(B) | 188.65º | 0.55% | 0.79% | - |
| XYZ | 32.53 | 41.61 | 62.19 | - |
| YUV | 159.42 | 152.03 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 202 | 0.55 | 0.08 | 0 | 0.21 | 188.65 | 0.51 | 0.57 |
| Hex | 5B | BA | CA | 37 | 8 | 0 | 15 | BD | 33 | 39 |
| Octal | 133 | 272 | 312 | 67 | 10 | 0 | 25 | 275 | 63 | 71 |
| Binary | 1011011 | 10111010 | 11001010 | 110111 | 1000 | 0 | 10101 | 10111101 | 110011 | 111001 |
Color Harmonies of #5BBACA
Complementary color
Monochromatic Colors of #5BBACA
Black with #5BBACA
Text Example
Text Example
White with #5BBACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBACA; }
p { color: rgb(91,186,202); }
H1.HeaderClassName
{
color: #5BBACA;
}
.AnyTagClassName
{
color: #5BBACA;
}
</style>
background-color css
<style>
a { background-color: #5BBACA; }
a { background-color: rgb(91,186,202); }
div.DivClassName
{
background-color: #5BBACA;
}
.BgClassName
{
background-color: #5BBACA;
}
</style>
border-color css
<style>
span { border-color: #5BBACA; }
span { border-color: rgb(91,186,202); }
td.TdClassName
{
border-color: #5BBACA;
}
.TagClassName
{
border-color: #5BBACA;
}
</style>