Shades of Viking #5BC1CE
Tints of Viking #5BC1CE
RGB
CMYK
RGB Variations
Color information
#5BC1CE (or 0x5BC1CE) is known color: Viking. HEX triplet: 5B, C1 and CE. RGB value is (91,193,206). Sum of RGB (Red+Green+Blue) = 91+193+206=490 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.57% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #5BC1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC1CE is #A43E31. Grayscale: #A3A3A3. Windows color (decimal): -10763826 or 13549915. OLE color: 13549915.
HSL color Cylindrical-coordinate representation of color #5BC1CE: hue angle of 186.78º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BC1CE is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 193 | 206 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.19 |
| HSL | 186.78º | 0.54% | 0.58% | - |
| HSV(B) | 186.78º | 0.56% | 0.81% | - |
| XYZ | 34.52 | 44.82 | 65.22 | - |
| YUV | 163.98 | 151.71 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 206 | 0.56 | 0.06 | 0 | 0.19 | 186.78 | 0.54 | 0.58 |
| Hex | 5B | C1 | CE | 38 | 6 | 0 | 13 | BB | 36 | 3A |
| Octal | 133 | 301 | 316 | 70 | 6 | 0 | 23 | 273 | 66 | 72 |
| Binary | 1011011 | 11000001 | 11001110 | 111000 | 110 | 0 | 10011 | 10111011 | 110110 | 111010 |
Color Harmonies of #5BC1CE
Complementary color
Monochromatic Colors of #5BC1CE
Black with #5BC1CE
Text Example
Text Example
White with #5BC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC1CE; }
p { color: rgb(91,193,206); }
H1.HeaderClassName
{
color: #5BC1CE;
}
.AnyTagClassName
{
color: #5BC1CE;
}
</style>
background-color css
<style>
a { background-color: #5BC1CE; }
a { background-color: rgb(91,193,206); }
div.DivClassName
{
background-color: #5BC1CE;
}
.BgClassName
{
background-color: #5BC1CE;
}
</style>
border-color css
<style>
span { border-color: #5BC1CE; }
span { border-color: rgb(91,193,206); }
td.TdClassName
{
border-color: #5BC1CE;
}
.TagClassName
{
border-color: #5BC1CE;
}
</style>