Shades of Viking #55A4C3
Tints of Viking #55A4C3
RGB
CMYK
RGB Variations
Color information
#55A4C3 (or 0x55A4C3) is known color: Viking. HEX triplet: 55, A4 and C3. RGB value is (85,164,195). Sum of RGB (Red+Green+Blue) = 85+164+195=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 195 - color contains mainly: blue. Hex color #55A4C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A4C3 is #AA5B3C. Grayscale: #8F8F8F. Windows color (decimal): -11164477 or 12821589. OLE color: 12821589.
HSL color Cylindrical-coordinate representation of color #55A4C3: hue angle of 196.91º 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 #55A4C3 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 164 | 195 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.24 |
| HSL | 196.91º | 0.48% | 0.55% | - |
| HSV(B) | 196.91º | 0.56% | 0.76% | - |
| XYZ | 26.87 | 32.42 | 56.47 | - |
| YUV | 143.91 | 156.83 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 195 | 0.56 | 0.16 | 0 | 0.24 | 196.91 | 0.48 | 0.55 |
| Hex | 55 | A4 | C3 | 38 | 10 | 0 | 18 | C5 | 30 | 37 |
| Octal | 125 | 244 | 303 | 70 | 20 | 0 | 30 | 305 | 60 | 67 |
| Binary | 1010101 | 10100100 | 11000011 | 111000 | 10000 | 0 | 11000 | 11000101 | 110000 | 110111 |
Color Harmonies of #55A4C3
Complementary color
Monochromatic Colors of #55A4C3
Black with #55A4C3
Text Example
Text Example
White with #55A4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A4C3; }
p { color: rgb(85,164,195); }
H1.HeaderClassName
{
color: #55A4C3;
}
.AnyTagClassName
{
color: #55A4C3;
}
</style>
background-color css
<style>
a { background-color: #55A4C3; }
a { background-color: rgb(85,164,195); }
div.DivClassName
{
background-color: #55A4C3;
}
.BgClassName
{
background-color: #55A4C3;
}
</style>
border-color css
<style>
span { border-color: #55A4C3; }
span { border-color: rgb(85,164,195); }
td.TdClassName
{
border-color: #55A4C3;
}
.TagClassName
{
border-color: #55A4C3;
}
</style>