Shades of Viking #5BAFC9
Tints of Viking #5BAFC9
RGB
CMYK
RGB Variations
Color information
#5BAFC9 (or 0x5BAFC9) is known color: Viking. HEX triplet: 5B, AF and C9. RGB value is (91,175,201). Sum of RGB (Red+Green+Blue) = 91+175+201=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #5BAFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFC9 is #A45036. Grayscale: #989898. Windows color (decimal): -10768439 or 13217627. OLE color: 13217627.
HSL color Cylindrical-coordinate representation of color #5BAFC9: hue angle of 194.18º 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 #5BAFC9 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 175 | 201 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.21 |
| HSL | 194.18º | 0.5% | 0.57% | - |
| HSV(B) | 194.18º | 0.55% | 0.79% | - |
| XYZ | 30.19 | 37.1 | 60.83 | - |
| YUV | 152.85 | 155.17 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 201 | 0.55 | 0.13 | 0 | 0.21 | 194.18 | 0.5 | 0.57 |
| Hex | 5B | AF | C9 | 37 | D | 0 | 15 | C2 | 32 | 39 |
| Octal | 133 | 257 | 311 | 67 | 15 | 0 | 25 | 302 | 62 | 71 |
| Binary | 1011011 | 10101111 | 11001001 | 110111 | 1101 | 0 | 10101 | 11000010 | 110010 | 111001 |
Color Harmonies of #5BAFC9
Complementary color
Monochromatic Colors of #5BAFC9
Black with #5BAFC9
Text Example
Text Example
White with #5BAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFC9; }
p { color: rgb(91,175,201); }
H1.HeaderClassName
{
color: #5BAFC9;
}
.AnyTagClassName
{
color: #5BAFC9;
}
</style>
background-color css
<style>
a { background-color: #5BAFC9; }
a { background-color: rgb(91,175,201); }
div.DivClassName
{
background-color: #5BAFC9;
}
.BgClassName
{
background-color: #5BAFC9;
}
</style>
border-color css
<style>
span { border-color: #5BAFC9; }
span { border-color: rgb(91,175,201); }
td.TdClassName
{
border-color: #5BAFC9;
}
.TagClassName
{
border-color: #5BAFC9;
}
</style>