Shades of Viking #5BBACE
Tints of Viking #5BBACE
RGB
CMYK
RGB Variations
Color information
#5BBACE (or 0x5BBACE) is known color: Viking. HEX triplet: 5B, BA and CE. RGB value is (91,186,206). Sum of RGB (Red+Green+Blue) = 91+186+206=483 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.84% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BBACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBACE is #A44531. Grayscale: #9F9F9F. Windows color (decimal): -10765618 or 13548123. OLE color: 13548123.
HSL color Cylindrical-coordinate representation of color #5BBACE: hue angle of 190.43º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BBACE is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 186 | 206 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.19 |
| HSL | 190.43º | 0.54% | 0.58% | - |
| HSV(B) | 190.43º | 0.56% | 0.81% | - |
| XYZ | 33.01 | 41.8 | 64.72 | - |
| YUV | 159.88 | 154.03 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 206 | 0.56 | 0.10 | 0 | 0.19 | 190.43 | 0.54 | 0.58 |
| Hex | 5B | BA | CE | 38 | A | 0 | 13 | BE | 36 | 3A |
| Octal | 133 | 272 | 316 | 70 | 12 | 0 | 23 | 276 | 66 | 72 |
| Binary | 1011011 | 10111010 | 11001110 | 111000 | 1010 | 0 | 10011 | 10111110 | 110110 | 111010 |
Color Harmonies of #5BBACE
Complementary color
Monochromatic Colors of #5BBACE
Black with #5BBACE
Text Example
Text Example
White with #5BBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBACE; }
p { color: rgb(91,186,206); }
H1.HeaderClassName
{
color: #5BBACE;
}
.AnyTagClassName
{
color: #5BBACE;
}
</style>
background-color css
<style>
a { background-color: #5BBACE; }
a { background-color: rgb(91,186,206); }
div.DivClassName
{
background-color: #5BBACE;
}
.BgClassName
{
background-color: #5BBACE;
}
</style>
border-color css
<style>
span { border-color: #5BBACE; }
span { border-color: rgb(91,186,206); }
td.TdClassName
{
border-color: #5BBACE;
}
.TagClassName
{
border-color: #5BBACE;
}
</style>