Shades of Viking #5BBCC9
Tints of Viking #5BBCC9
RGB
CMYK
RGB Variations
Color information
#5BBCC9 (or 0x5BBCC9) is known color: Viking. HEX triplet: 5B, BC and C9. RGB value is (91,188,201). Sum of RGB (Red+Green+Blue) = 91+188+201=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #5BBCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCC9 is #A44336. Grayscale: #A0A0A0. Windows color (decimal): -10765111 or 13220955. OLE color: 13220955.
HSL color Cylindrical-coordinate representation of color #5BBCC9: hue angle of 187.09º degrees, saturation: 0.5, 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 #5BBCC9 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 188 | 201 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.21 |
| HSL | 187.09º | 0.5% | 0.57% | - |
| HSV(B) | 187.09º | 0.55% | 0.79% | - |
| XYZ | 32.84 | 42.41 | 61.71 | - |
| YUV | 160.48 | 150.86 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 201 | 0.55 | 0.06 | 0 | 0.21 | 187.09 | 0.5 | 0.57 |
| Hex | 5B | BC | C9 | 37 | 6 | 0 | 15 | BB | 32 | 39 |
| Octal | 133 | 274 | 311 | 67 | 6 | 0 | 25 | 273 | 62 | 71 |
| Binary | 1011011 | 10111100 | 11001001 | 110111 | 110 | 0 | 10101 | 10111011 | 110010 | 111001 |
Color Harmonies of #5BBCC9
Complementary color
Monochromatic Colors of #5BBCC9
Black with #5BBCC9
Text Example
Text Example
White with #5BBCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCC9; }
p { color: rgb(91,188,201); }
H1.HeaderClassName
{
color: #5BBCC9;
}
.AnyTagClassName
{
color: #5BBCC9;
}
</style>
background-color css
<style>
a { background-color: #5BBCC9; }
a { background-color: rgb(91,188,201); }
div.DivClassName
{
background-color: #5BBCC9;
}
.BgClassName
{
background-color: #5BBCC9;
}
</style>
border-color css
<style>
span { border-color: #5BBCC9; }
span { border-color: rgb(91,188,201); }
td.TdClassName
{
border-color: #5BBCC9;
}
.TagClassName
{
border-color: #5BBCC9;
}
</style>