Shades of Viking #5BAFC7
Tints of Viking #5BAFC7
RGB
CMYK
RGB Variations
Color information
#5BAFC7 (or 0x5BAFC7) is known color: Viking. HEX triplet: 5B, AF and C7. RGB value is (91,175,199). Sum of RGB (Red+Green+Blue) = 91+175+199=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #5BAFC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFC7 is #A45038. Grayscale: #989898. Windows color (decimal): -10768441 or 13086555. OLE color: 13086555.
HSL color Cylindrical-coordinate representation of color #5BAFC7: hue angle of 193.33º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BAFC7 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 91 | 175 | 199 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.22 |
| HSL | 193.33º | 0.49% | 0.57% | - |
| HSV(B) | 193.33º | 0.54% | 0.78% | - |
| XYZ | 29.95 | 37.01 | 59.6 | - |
| YUV | 152.62 | 154.17 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 199 | 0.54 | 0.12 | 0 | 0.22 | 193.33 | 0.49 | 0.57 |
| Hex | 5B | AF | C7 | 36 | C | 0 | 16 | C1 | 31 | 39 |
| Octal | 133 | 257 | 307 | 66 | 14 | 0 | 26 | 301 | 61 | 71 |
| Binary | 1011011 | 10101111 | 11000111 | 110110 | 1100 | 0 | 10110 | 11000001 | 110001 | 111001 |
Color Harmonies of #5BAFC7
Complementary color
Monochromatic Colors of #5BAFC7
Black with #5BAFC7
Text Example
Text Example
White with #5BAFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFC7; }
p { color: rgb(91,175,199); }
H1.HeaderClassName
{
color: #5BAFC7;
}
.AnyTagClassName
{
color: #5BAFC7;
}
</style>
background-color css
<style>
a { background-color: #5BAFC7; }
a { background-color: rgb(91,175,199); }
div.DivClassName
{
background-color: #5BAFC7;
}
.BgClassName
{
background-color: #5BAFC7;
}
</style>
border-color css
<style>
span { border-color: #5BAFC7; }
span { border-color: rgb(91,175,199); }
td.TdClassName
{
border-color: #5BAFC7;
}
.TagClassName
{
border-color: #5BAFC7;
}
</style>