Shades of Viking #5BBFD1
Tints of Viking #5BBFD1
RGB
CMYK
RGB Variations
Color information
#5BBFD1 (or 0x5BBFD1) is known color: Viking. HEX triplet: 5B, BF and D1. RGB value is (91,191,209). Sum of RGB (Red+Green+Blue) = 91+191+209=491 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.53% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #5BBFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBFD1 is #A4402E. Grayscale: #A2A2A2. Windows color (decimal): -10764335 or 13746011. OLE color: 13746011.
HSL color Cylindrical-coordinate representation of color #5BBFD1: hue angle of 189.15º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BBFD1 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 191 | 209 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.18 |
| HSL | 189.15º | 0.56% | 0.59% | - |
| HSV(B) | 189.15º | 0.56% | 0.82% | - |
| XYZ | 34.45 | 44.09 | 67.02 | - |
| YUV | 163.15 | 153.87 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 191 | 209 | 0.56 | 0.09 | 0 | 0.18 | 189.15 | 0.56 | 0.59 |
| Hex | 5B | BF | D1 | 38 | 9 | 0 | 12 | BD | 38 | 3B |
| Octal | 133 | 277 | 321 | 70 | 11 | 0 | 22 | 275 | 70 | 73 |
| Binary | 1011011 | 10111111 | 11010001 | 111000 | 1001 | 0 | 10010 | 10111101 | 111000 | 111011 |
Color Harmonies of #5BBFD1
Complementary color
Monochromatic Colors of #5BBFD1
Black with #5BBFD1
Text Example
Text Example
White with #5BBFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBFD1; }
p { color: rgb(91,191,209); }
H1.HeaderClassName
{
color: #5BBFD1;
}
.AnyTagClassName
{
color: #5BBFD1;
}
</style>
background-color css
<style>
a { background-color: #5BBFD1; }
a { background-color: rgb(91,191,209); }
div.DivClassName
{
background-color: #5BBFD1;
}
.BgClassName
{
background-color: #5BBFD1;
}
</style>
border-color css
<style>
span { border-color: #5BBFD1; }
span { border-color: rgb(91,191,209); }
td.TdClassName
{
border-color: #5BBFD1;
}
.TagClassName
{
border-color: #5BBFD1;
}
</style>