Shades of Viking #55ACC3
Tints of Viking #55ACC3
RGB
CMYK
RGB Variations
Color information
#55ACC3 (or 0x55ACC3) is known color: Viking. HEX triplet: 55, AC and C3. RGB value is (85,172,195). Sum of RGB (Red+Green+Blue) = 85+172+195=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 195 - color contains mainly: blue. Hex color #55ACC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ACC3 is #AA533C. Grayscale: #949494. Windows color (decimal): -11162429 or 12823637. OLE color: 12823637.
HSL color Cylindrical-coordinate representation of color #55ACC3: hue angle of 192.55º 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 #55ACC3 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 172 | 195 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.24 |
| HSL | 192.55º | 0.48% | 0.55% | - |
| HSV(B) | 192.55º | 0.56% | 0.76% | - |
| XYZ | 28.35 | 35.38 | 56.96 | - |
| YUV | 148.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 195 | 0.56 | 0.12 | 0 | 0.24 | 192.55 | 0.48 | 0.55 |
| Hex | 55 | AC | C3 | 38 | C | 0 | 18 | C1 | 30 | 37 |
| Octal | 125 | 254 | 303 | 70 | 14 | 0 | 30 | 301 | 60 | 67 |
| Binary | 1010101 | 10101100 | 11000011 | 111000 | 1100 | 0 | 11000 | 11000001 | 110000 | 110111 |
Color Harmonies of #55ACC3
Complementary color
Monochromatic Colors of #55ACC3
Black with #55ACC3
Text Example
Text Example
White with #55ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ACC3; }
p { color: rgb(85,172,195); }
H1.HeaderClassName
{
color: #55ACC3;
}
.AnyTagClassName
{
color: #55ACC3;
}
</style>
background-color css
<style>
a { background-color: #55ACC3; }
a { background-color: rgb(85,172,195); }
div.DivClassName
{
background-color: #55ACC3;
}
.BgClassName
{
background-color: #55ACC3;
}
</style>
border-color css
<style>
span { border-color: #55ACC3; }
span { border-color: rgb(85,172,195); }
td.TdClassName
{
border-color: #55ACC3;
}
.TagClassName
{
border-color: #55ACC3;
}
</style>