Shades of Viking #5BBFCC
Tints of Viking #5BBFCC
RGB
CMYK
RGB Variations
Color information
#5BBFCC (or 0x5BBFCC) is known color: Viking. HEX triplet: 5B, BF and CC. RGB value is (91,191,204). Sum of RGB (Red+Green+Blue) = 91+191+204=486 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.72% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BBFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBFCC is #A44033. Grayscale: #A2A2A2. Windows color (decimal): -10764340 or 13418331. OLE color: 13418331.
HSL color Cylindrical-coordinate representation of color #5BBFCC: hue angle of 186.9º 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 #5BBFCC is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 191 | 204 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.2 |
| HSL | 186.9º | 0.53% | 0.58% | - |
| HSV(B) | 186.9º | 0.55% | 0.8% | - |
| XYZ | 33.84 | 43.85 | 63.81 | - |
| YUV | 162.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 191 | 204 | 0.55 | 0.06 | 0 | 0.2 | 186.9 | 0.53 | 0.58 |
| Hex | 5B | BF | CC | 37 | 6 | 0 | 14 | BB | 35 | 3A |
| Octal | 133 | 277 | 314 | 67 | 6 | 0 | 24 | 273 | 65 | 72 |
| Binary | 1011011 | 10111111 | 11001100 | 110111 | 110 | 0 | 10100 | 10111011 | 110101 | 111010 |
Color Harmonies of #5BBFCC
Complementary color
Monochromatic Colors of #5BBFCC
Black with #5BBFCC
Text Example
Text Example
White with #5BBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBFCC; }
p { color: rgb(91,191,204); }
H1.HeaderClassName
{
color: #5BBFCC;
}
.AnyTagClassName
{
color: #5BBFCC;
}
</style>
background-color css
<style>
a { background-color: #5BBFCC; }
a { background-color: rgb(91,191,204); }
div.DivClassName
{
background-color: #5BBFCC;
}
.BgClassName
{
background-color: #5BBFCC;
}
</style>
border-color css
<style>
span { border-color: #5BBFCC; }
span { border-color: rgb(91,191,204); }
td.TdClassName
{
border-color: #5BBFCC;
}
.TagClassName
{
border-color: #5BBFCC;
}
</style>