Shades of Viking #5DBBC9
Tints of Viking #5DBBC9
RGB
CMYK
RGB Variations
Color information
#5DBBC9 (or 0x5DBBC9) is known color: Viking. HEX triplet: 5D, BB and C9. RGB value is (93,187,201). Sum of RGB (Red+Green+Blue) = 93+187+201=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #5DBBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBBC9 is #A24436. Grayscale: #A0A0A0. Windows color (decimal): -10634295 or 13220701. OLE color: 13220701.
HSL color Cylindrical-coordinate representation of color #5DBBC9: hue angle of 187.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DBBC9 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 187 | 201 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.21 |
| HSL | 187.78º | 0.5% | 0.58% | - |
| HSV(B) | 187.78º | 0.54% | 0.79% | - |
| XYZ | 32.83 | 42.08 | 61.65 | - |
| YUV | 160.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 201 | 0.54 | 0.07 | 0 | 0.21 | 187.78 | 0.5 | 0.58 |
| Hex | 5D | BB | C9 | 36 | 7 | 0 | 15 | BC | 32 | 3A |
| Octal | 135 | 273 | 311 | 66 | 7 | 0 | 25 | 274 | 62 | 72 |
| Binary | 1011101 | 10111011 | 11001001 | 110110 | 111 | 0 | 10101 | 10111100 | 110010 | 111010 |
Color Harmonies of #5DBBC9
Complementary color
Monochromatic Colors of #5DBBC9
Black with #5DBBC9
Text Example
Text Example
White with #5DBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBC9; }
p { color: rgb(93,187,201); }
H1.HeaderClassName
{
color: #5DBBC9;
}
.AnyTagClassName
{
color: #5DBBC9;
}
</style>
background-color css
<style>
a { background-color: #5DBBC9; }
a { background-color: rgb(93,187,201); }
div.DivClassName
{
background-color: #5DBBC9;
}
.BgClassName
{
background-color: #5DBBC9;
}
</style>
border-color css
<style>
span { border-color: #5DBBC9; }
span { border-color: rgb(93,187,201); }
td.TdClassName
{
border-color: #5DBBC9;
}
.TagClassName
{
border-color: #5DBBC9;
}
</style>