Shades of Viking #5BBAD2
Tints of Viking #5BBAD2
RGB
CMYK
RGB Variations
Color information
#5BBAD2 (or 0x5BBAD2) is known color: Viking. HEX triplet: 5B, BA and D2. RGB value is (91,186,210). Sum of RGB (Red+Green+Blue) = 91+186+210=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #5BBAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBAD2 is #A4452D. Grayscale: #A0A0A0. Windows color (decimal): -10765614 or 13810267. OLE color: 13810267.
HSL color Cylindrical-coordinate representation of color #5BBAD2: hue angle of 192.1º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BBAD2 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 186 | 210 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.18 |
| HSL | 192.1º | 0.57% | 0.59% | - |
| HSV(B) | 192.1º | 0.57% | 0.82% | - |
| XYZ | 33.51 | 42 | 67.31 | - |
| YUV | 160.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 210 | 0.57 | 0.11 | 0 | 0.18 | 192.1 | 0.57 | 0.59 |
| Hex | 5B | BA | D2 | 39 | B | 0 | 12 | C0 | 39 | 3B |
| Octal | 133 | 272 | 322 | 71 | 13 | 0 | 22 | 300 | 71 | 73 |
| Binary | 1011011 | 10111010 | 11010010 | 111001 | 1011 | 0 | 10010 | 11000000 | 111001 | 111011 |
Color Harmonies of #5BBAD2
Complementary color
Monochromatic Colors of #5BBAD2
Black with #5BBAD2
Text Example
Text Example
White with #5BBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBAD2; }
p { color: rgb(91,186,210); }
H1.HeaderClassName
{
color: #5BBAD2;
}
.AnyTagClassName
{
color: #5BBAD2;
}
</style>
background-color css
<style>
a { background-color: #5BBAD2; }
a { background-color: rgb(91,186,210); }
div.DivClassName
{
background-color: #5BBAD2;
}
.BgClassName
{
background-color: #5BBAD2;
}
</style>
border-color css
<style>
span { border-color: #5BBAD2; }
span { border-color: rgb(91,186,210); }
td.TdClassName
{
border-color: #5BBAD2;
}
.TagClassName
{
border-color: #5BBAD2;
}
</style>