Shades of Viking #5BB7CE
Tints of Viking #5BB7CE
RGB
CMYK
RGB Variations
Color information
#5BB7CE (or 0x5BB7CE) is known color: Viking. HEX triplet: 5B, B7 and CE. RGB value is (91,183,206). Sum of RGB (Red+Green+Blue) = 91+183+206=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BB7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB7CE is #A44831. Grayscale: #9D9D9D. Windows color (decimal): -10766386 or 13547355. OLE color: 13547355.
HSL color Cylindrical-coordinate representation of color #5BB7CE: hue angle of 192º 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 #5BB7CE is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 183 | 206 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.19 |
| HSL | 192º | 0.54% | 0.58% | - |
| HSV(B) | 192º | 0.56% | 0.81% | - |
| XYZ | 32.39 | 40.55 | 64.51 | - |
| YUV | 158.11 | 155.02 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 183 | 206 | 0.56 | 0.11 | 0 | 0.19 | 192 | 0.54 | 0.58 |
| Hex | 5B | B7 | CE | 38 | B | 0 | 13 | C0 | 36 | 3A |
| Octal | 133 | 267 | 316 | 70 | 13 | 0 | 23 | 300 | 66 | 72 |
| Binary | 1011011 | 10110111 | 11001110 | 111000 | 1011 | 0 | 10011 | 11000000 | 110110 | 111010 |
Color Harmonies of #5BB7CE
Complementary color
Monochromatic Colors of #5BB7CE
Black with #5BB7CE
Text Example
Text Example
White with #5BB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB7CE; }
p { color: rgb(91,183,206); }
H1.HeaderClassName
{
color: #5BB7CE;
}
.AnyTagClassName
{
color: #5BB7CE;
}
</style>
background-color css
<style>
a { background-color: #5BB7CE; }
a { background-color: rgb(91,183,206); }
div.DivClassName
{
background-color: #5BB7CE;
}
.BgClassName
{
background-color: #5BB7CE;
}
</style>
border-color css
<style>
span { border-color: #5BB7CE; }
span { border-color: rgb(91,183,206); }
td.TdClassName
{
border-color: #5BB7CE;
}
.TagClassName
{
border-color: #5BB7CE;
}
</style>