Shades of Viking #55ABC3
Tints of Viking #55ABC3
RGB
CMYK
RGB Variations
Color information
#55ABC3 (or 0x55ABC3) is known color: Viking. HEX triplet: 55, AB and C3. RGB value is (85,171,195). Sum of RGB (Red+Green+Blue) = 85+171+195=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 195 - color contains mainly: blue. Hex color #55ABC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ABC3 is #AA543C. Grayscale: #939393. Windows color (decimal): -11162685 or 12823381. OLE color: 12823381.
HSL color Cylindrical-coordinate representation of color #55ABC3: hue angle of 193.09º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55ABC3 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 171 | 195 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.24 |
| HSL | 193.09º | 0.48% | 0.55% | - |
| HSV(B) | 193.09º | 0.56% | 0.76% | - |
| XYZ | 28.16 | 35 | 56.9 | - |
| YUV | 148.02 | 154.51 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 195 | 0.56 | 0.12 | 0 | 0.24 | 193.09 | 0.48 | 0.55 |
| Hex | 55 | AB | C3 | 38 | C | 0 | 18 | C1 | 30 | 37 |
| Octal | 125 | 253 | 303 | 70 | 14 | 0 | 30 | 301 | 60 | 67 |
| Binary | 1010101 | 10101011 | 11000011 | 111000 | 1100 | 0 | 11000 | 11000001 | 110000 | 110111 |
Color Harmonies of #55ABC3
Complementary color
Monochromatic Colors of #55ABC3
Black with #55ABC3
Text Example
Text Example
White with #55ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABC3; }
p { color: rgb(85,171,195); }
H1.HeaderClassName
{
color: #55ABC3;
}
.AnyTagClassName
{
color: #55ABC3;
}
</style>
background-color css
<style>
a { background-color: #55ABC3; }
a { background-color: rgb(85,171,195); }
div.DivClassName
{
background-color: #55ABC3;
}
.BgClassName
{
background-color: #55ABC3;
}
</style>
border-color css
<style>
span { border-color: #55ABC3; }
span { border-color: rgb(85,171,195); }
td.TdClassName
{
border-color: #55ABC3;
}
.TagClassName
{
border-color: #55ABC3;
}
</style>