Shades of Viking #5BADC9
Tints of Viking #5BADC9
RGB
CMYK
RGB Variations
Color information
#5BADC9 (or 0x5BADC9) is known color: Viking. HEX triplet: 5B, AD and C9. RGB value is (91,173,201). Sum of RGB (Red+Green+Blue) = 91+173+201=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #5BADC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BADC9 is #A45236. Grayscale: #979797. Windows color (decimal): -10768951 or 13217115. OLE color: 13217115.
HSL color Cylindrical-coordinate representation of color #5BADC9: hue angle of 195.27º 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 #5BADC9 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 173 | 201 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.21 |
| HSL | 195.27º | 0.5% | 0.57% | - |
| HSV(B) | 195.27º | 0.55% | 0.79% | - |
| XYZ | 29.8 | 36.33 | 60.7 | - |
| YUV | 151.67 | 155.83 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 201 | 0.55 | 0.14 | 0 | 0.21 | 195.27 | 0.5 | 0.57 |
| Hex | 5B | AD | C9 | 37 | E | 0 | 15 | C3 | 32 | 39 |
| Octal | 133 | 255 | 311 | 67 | 16 | 0 | 25 | 303 | 62 | 71 |
| Binary | 1011011 | 10101101 | 11001001 | 110111 | 1110 | 0 | 10101 | 11000011 | 110010 | 111001 |
Color Harmonies of #5BADC9
Complementary color
Monochromatic Colors of #5BADC9
Black with #5BADC9
Text Example
Text Example
White with #5BADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BADC9; }
p { color: rgb(91,173,201); }
H1.HeaderClassName
{
color: #5BADC9;
}
.AnyTagClassName
{
color: #5BADC9;
}
</style>
background-color css
<style>
a { background-color: #5BADC9; }
a { background-color: rgb(91,173,201); }
div.DivClassName
{
background-color: #5BADC9;
}
.BgClassName
{
background-color: #5BADC9;
}
</style>
border-color css
<style>
span { border-color: #5BADC9; }
span { border-color: rgb(91,173,201); }
td.TdClassName
{
border-color: #5BADC9;
}
.TagClassName
{
border-color: #5BADC9;
}
</style>