Shades of Viking #5BAFCC
Tints of Viking #5BAFCC
RGB
CMYK
RGB Variations
Color information
#5BAFCC (or 0x5BAFCC) is known color: Viking. HEX triplet: 5B, AF and CC. RGB value is (91,175,204). Sum of RGB (Red+Green+Blue) = 91+175+204=470 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.36% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFCC is #A45033. Grayscale: #989898. Windows color (decimal): -10768436 or 13414235. OLE color: 13414235.
HSL color Cylindrical-coordinate representation of color #5BAFCC: hue angle of 195.4º degrees, saturation: 0.53, 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 #5BAFCC is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 175 | 204 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.2 |
| HSL | 195.4º | 0.53% | 0.58% | - |
| HSV(B) | 195.4º | 0.55% | 0.8% | - |
| XYZ | 30.54 | 37.24 | 62.71 | - |
| YUV | 153.19 | 156.67 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 204 | 0.55 | 0.14 | 0 | 0.2 | 195.4 | 0.53 | 0.58 |
| Hex | 5B | AF | CC | 37 | E | 0 | 14 | C3 | 35 | 3A |
| Octal | 133 | 257 | 314 | 67 | 16 | 0 | 24 | 303 | 65 | 72 |
| Binary | 1011011 | 10101111 | 11001100 | 110111 | 1110 | 0 | 10100 | 11000011 | 110101 | 111010 |
Color Harmonies of #5BAFCC
Complementary color
Monochromatic Colors of #5BAFCC
Black with #5BAFCC
Text Example
Text Example
White with #5BAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFCC; }
p { color: rgb(91,175,204); }
H1.HeaderClassName
{
color: #5BAFCC;
}
.AnyTagClassName
{
color: #5BAFCC;
}
</style>
background-color css
<style>
a { background-color: #5BAFCC; }
a { background-color: rgb(91,175,204); }
div.DivClassName
{
background-color: #5BAFCC;
}
.BgClassName
{
background-color: #5BAFCC;
}
</style>
border-color css
<style>
span { border-color: #5BAFCC; }
span { border-color: rgb(91,175,204); }
td.TdClassName
{
border-color: #5BAFCC;
}
.TagClassName
{
border-color: #5BAFCC;
}
</style>