Shades of Viking #55AFBE
Tints of Viking #55AFBE
RGB
CMYK
RGB Variations
Color information
#55AFBE (or 0x55AFBE) is known color: Viking. HEX triplet: 55, AF and BE. RGB value is (85,175,190). Sum of RGB (Red+Green+Blue) = 85+175+190=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #55AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFBE is #AA5041. Grayscale: #959595. Windows color (decimal): -11161666 or 12496725. OLE color: 12496725.
HSL color Cylindrical-coordinate representation of color #55AFBE: hue angle of 188.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55AFBE is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 175 | 190 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.25 |
| HSL | 188.57º | 0.45% | 0.54% | - |
| HSV(B) | 188.57º | 0.55% | 0.75% | - |
| XYZ | 28.37 | 36.31 | 54.23 | - |
| YUV | 149.8 | 150.68 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 190 | 0.55 | 0.08 | 0 | 0.25 | 188.57 | 0.45 | 0.54 |
| Hex | 55 | AF | BE | 37 | 8 | 0 | 19 | BD | 2D | 36 |
| Octal | 125 | 257 | 276 | 67 | 10 | 0 | 31 | 275 | 55 | 66 |
| Binary | 1010101 | 10101111 | 10111110 | 110111 | 1000 | 0 | 11001 | 10111101 | 101101 | 110110 |
Color Harmonies of #55AFBE
Complementary color
Monochromatic Colors of #55AFBE
Black with #55AFBE
Text Example
Text Example
White with #55AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFBE; }
p { color: rgb(85,175,190); }
H1.HeaderClassName
{
color: #55AFBE;
}
.AnyTagClassName
{
color: #55AFBE;
}
</style>
background-color css
<style>
a { background-color: #55AFBE; }
a { background-color: rgb(85,175,190); }
div.DivClassName
{
background-color: #55AFBE;
}
.BgClassName
{
background-color: #55AFBE;
}
</style>
border-color css
<style>
span { border-color: #55AFBE; }
span { border-color: rgb(85,175,190); }
td.TdClassName
{
border-color: #55AFBE;
}
.TagClassName
{
border-color: #55AFBE;
}
</style>