Shades of Viking #5BACBF
Tints of Viking #5BACBF
RGB
CMYK
RGB Variations
Color information
#5BACBF (or 0x5BACBF) is known color: Viking. HEX triplet: 5B, AC and BF. RGB value is (91,172,191). Sum of RGB (Red+Green+Blue) = 91+172+191=454 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20.04% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #5BACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BACBF is #A45340. Grayscale: #959595. Windows color (decimal): -10769217 or 12561499. OLE color: 12561499.
HSL color Cylindrical-coordinate representation of color #5BACBF: hue angle of 191.4º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BACBF is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 172 | 191 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.25 |
| HSL | 191.4º | 0.44% | 0.55% | - |
| HSV(B) | 191.4º | 0.52% | 0.75% | - |
| XYZ | 28.47 | 35.49 | 54.64 | - |
| YUV | 149.95 | 151.16 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 191 | 0.52 | 0.10 | 0 | 0.25 | 191.4 | 0.44 | 0.55 |
| Hex | 5B | AC | BF | 34 | A | 0 | 19 | BF | 2C | 37 |
| Octal | 133 | 254 | 277 | 64 | 12 | 0 | 31 | 277 | 54 | 67 |
| Binary | 1011011 | 10101100 | 10111111 | 110100 | 1010 | 0 | 11001 | 10111111 | 101100 | 110111 |
Color Harmonies of #5BACBF
Complementary color
Monochromatic Colors of #5BACBF
Black with #5BACBF
Text Example
Text Example
White with #5BACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BACBF; }
p { color: rgb(91,172,191); }
H1.HeaderClassName
{
color: #5BACBF;
}
.AnyTagClassName
{
color: #5BACBF;
}
</style>
background-color css
<style>
a { background-color: #5BACBF; }
a { background-color: rgb(91,172,191); }
div.DivClassName
{
background-color: #5BACBF;
}
.BgClassName
{
background-color: #5BACBF;
}
</style>
border-color css
<style>
span { border-color: #5BACBF; }
span { border-color: rgb(91,172,191); }
td.TdClassName
{
border-color: #5BACBF;
}
.TagClassName
{
border-color: #5BACBF;
}
</style>