Shades of Viking #55BFD7
Tints of Viking #55BFD7
RGB
CMYK
RGB Variations
Color information
#55BFD7 (or 0x55BFD7) is known color: Viking. HEX triplet: 55, BF and D7. RGB value is (85,191,215). Sum of RGB (Red+Green+Blue) = 85+191+215=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #55BFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BFD7 is #AA4028. Grayscale: #A1A1A1. Windows color (decimal): -11157545 or 14139221. OLE color: 14139221.
HSL color Cylindrical-coordinate representation of color #55BFD7: hue angle of 191.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55BFD7 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 191 | 215 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.16 |
| HSL | 191.08º | 0.62% | 0.59% | - |
| HSV(B) | 191.08º | 0.6% | 0.84% | - |
| XYZ | 34.64 | 44.1 | 70.98 | - |
| YUV | 162.04 | 157.88 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 215 | 0.60 | 0.11 | 0 | 0.16 | 191.08 | 0.62 | 0.59 |
| Hex | 55 | BF | D7 | 3C | B | 0 | 10 | BF | 3E | 3B |
| Octal | 125 | 277 | 327 | 74 | 13 | 0 | 20 | 277 | 76 | 73 |
| Binary | 1010101 | 10111111 | 11010111 | 111100 | 1011 | 0 | 10000 | 10111111 | 111110 | 111011 |
Color Harmonies of #55BFD7
Complementary color
Monochromatic Colors of #55BFD7
Black with #55BFD7
Text Example
Text Example
White with #55BFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BFD7; }
p { color: rgb(85,191,215); }
H1.HeaderClassName
{
color: #55BFD7;
}
.AnyTagClassName
{
color: #55BFD7;
}
</style>
background-color css
<style>
a { background-color: #55BFD7; }
a { background-color: rgb(85,191,215); }
div.DivClassName
{
background-color: #55BFD7;
}
.BgClassName
{
background-color: #55BFD7;
}
</style>
border-color css
<style>
span { border-color: #55BFD7; }
span { border-color: rgb(85,191,215); }
td.TdClassName
{
border-color: #55BFD7;
}
.TagClassName
{
border-color: #55BFD7;
}
</style>