Shades of Viking #5BC0CB
Tints of Viking #5BC0CB
RGB
CMYK
RGB Variations
Color information
#5BC0CB (or 0x5BC0CB) is known color: Viking. HEX triplet: 5B, C0 and CB. RGB value is (91,192,203). Sum of RGB (Red+Green+Blue) = 91+192+203=486 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.72% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #5BC0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC0CB is #A43F34. Grayscale: #A2A2A2. Windows color (decimal): -10764085 or 13353051. OLE color: 13353051.
HSL color Cylindrical-coordinate representation of color #5BC0CB: hue angle of 185.89º degrees, saturation: 0.52, 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 #5BC0CB is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 192 | 203 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.20 |
| HSL | 185.89º | 0.52% | 0.58% | - |
| HSV(B) | 185.89º | 0.55% | 0.8% | - |
| XYZ | 33.94 | 44.24 | 63.25 | - |
| YUV | 163.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 203 | 0.55 | 0.05 | 0 | 0.20 | 185.89 | 0.52 | 0.58 |
| Hex | 5B | C0 | CB | 37 | 5 | 0 | 14 | BA | 34 | 3A |
| Octal | 133 | 300 | 313 | 67 | 5 | 0 | 24 | 272 | 64 | 72 |
| Binary | 1011011 | 11000000 | 11001011 | 110111 | 101 | 0 | 10100 | 10111010 | 110100 | 111010 |
Color Harmonies of #5BC0CB
Complementary color
Monochromatic Colors of #5BC0CB
Black with #5BC0CB
Text Example
Text Example
White with #5BC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC0CB; }
p { color: rgb(91,192,203); }
H1.HeaderClassName
{
color: #5BC0CB;
}
.AnyTagClassName
{
color: #5BC0CB;
}
</style>
background-color css
<style>
a { background-color: #5BC0CB; }
a { background-color: rgb(91,192,203); }
div.DivClassName
{
background-color: #5BC0CB;
}
.BgClassName
{
background-color: #5BC0CB;
}
</style>
border-color css
<style>
span { border-color: #5BC0CB; }
span { border-color: rgb(91,192,203); }
td.TdClassName
{
border-color: #5BC0CB;
}
.TagClassName
{
border-color: #5BC0CB;
}
</style>