Shades of Viking #5BBACB
Tints of Viking #5BBACB
RGB
CMYK
RGB Variations
Color information
#5BBACB (or 0x5BBACB) is known color: Viking. HEX triplet: 5B, BA and CB. RGB value is (91,186,203). Sum of RGB (Red+Green+Blue) = 91+186+203=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #5BBACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBACB is #A44534. Grayscale: #9F9F9F. Windows color (decimal): -10765621 or 13351515. OLE color: 13351515.
HSL color Cylindrical-coordinate representation of color #5BBACB: hue angle of 189.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BBACB is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 186 | 203 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.20 |
| HSL | 189.11º | 0.52% | 0.58% | - |
| HSV(B) | 189.11º | 0.55% | 0.8% | - |
| XYZ | 32.65 | 41.65 | 62.82 | - |
| YUV | 159.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 203 | 0.55 | 0.08 | 0 | 0.20 | 189.11 | 0.52 | 0.58 |
| Hex | 5B | BA | CB | 37 | 8 | 0 | 14 | BD | 34 | 3A |
| Octal | 133 | 272 | 313 | 67 | 10 | 0 | 24 | 275 | 64 | 72 |
| Binary | 1011011 | 10111010 | 11001011 | 110111 | 1000 | 0 | 10100 | 10111101 | 110100 | 111010 |
Color Harmonies of #5BBACB
Complementary color
Monochromatic Colors of #5BBACB
Black with #5BBACB
Text Example
Text Example
White with #5BBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBACB; }
p { color: rgb(91,186,203); }
H1.HeaderClassName
{
color: #5BBACB;
}
.AnyTagClassName
{
color: #5BBACB;
}
</style>
background-color css
<style>
a { background-color: #5BBACB; }
a { background-color: rgb(91,186,203); }
div.DivClassName
{
background-color: #5BBACB;
}
.BgClassName
{
background-color: #5BBACB;
}
</style>
border-color css
<style>
span { border-color: #5BBACB; }
span { border-color: rgb(91,186,203); }
td.TdClassName
{
border-color: #5BBACB;
}
.TagClassName
{
border-color: #5BBACB;
}
</style>