Shades of Viking #5BBDCC
Tints of Viking #5BBDCC
RGB
CMYK
RGB Variations
Color information
#5BBDCC (or 0x5BBDCC) is known color: Viking. HEX triplet: 5B, BD and CC. RGB value is (91,189,204). Sum of RGB (Red+Green+Blue) = 91+189+204=484 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.80% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #5BBDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBDCC is #A44233. Grayscale: #A1A1A1. Windows color (decimal): -10764852 or 13417819. OLE color: 13417819.
HSL color Cylindrical-coordinate representation of color #5BBDCC: hue angle of 187.96º 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 #5BBDCC is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 189 | 204 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.2 |
| HSL | 187.96º | 0.53% | 0.58% | - |
| HSV(B) | 187.96º | 0.55% | 0.8% | - |
| XYZ | 33.41 | 42.98 | 63.66 | - |
| YUV | 161.41 | 152.03 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 204 | 0.55 | 0.07 | 0 | 0.2 | 187.96 | 0.53 | 0.58 |
| Hex | 5B | BD | CC | 37 | 7 | 0 | 14 | BC | 35 | 3A |
| Octal | 133 | 275 | 314 | 67 | 7 | 0 | 24 | 274 | 65 | 72 |
| Binary | 1011011 | 10111101 | 11001100 | 110111 | 111 | 0 | 10100 | 10111100 | 110101 | 111010 |
Color Harmonies of #5BBDCC
Complementary color
Monochromatic Colors of #5BBDCC
Black with #5BBDCC
Text Example
Text Example
White with #5BBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBDCC; }
p { color: rgb(91,189,204); }
H1.HeaderClassName
{
color: #5BBDCC;
}
.AnyTagClassName
{
color: #5BBDCC;
}
</style>
background-color css
<style>
a { background-color: #5BBDCC; }
a { background-color: rgb(91,189,204); }
div.DivClassName
{
background-color: #5BBDCC;
}
.BgClassName
{
background-color: #5BBDCC;
}
</style>
border-color css
<style>
span { border-color: #5BBDCC; }
span { border-color: rgb(91,189,204); }
td.TdClassName
{
border-color: #5BBDCC;
}
.TagClassName
{
border-color: #5BBDCC;
}
</style>