Shades of Viking #55AFC3
Tints of Viking #55AFC3
RGB
CMYK
RGB Variations
Color information
#55AFC3 (or 0x55AFC3) is known color: Viking. HEX triplet: 55, AF and C3. RGB value is (85,175,195). Sum of RGB (Red+Green+Blue) = 85+175+195=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #55AFC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFC3 is #AA503C. Grayscale: #969696. Windows color (decimal): -11161661 or 12824405. OLE color: 12824405.
HSL color Cylindrical-coordinate representation of color #55AFC3: hue angle of 190.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 #55AFC3 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 175 | 195 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.24 |
| HSL | 190.91º | 0.48% | 0.55% | - |
| HSV(B) | 190.91º | 0.56% | 0.76% | - |
| XYZ | 28.93 | 36.53 | 57.16 | - |
| YUV | 150.37 | 153.18 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 195 | 0.56 | 0.10 | 0 | 0.24 | 190.91 | 0.48 | 0.55 |
| Hex | 55 | AF | C3 | 38 | A | 0 | 18 | BF | 30 | 37 |
| Octal | 125 | 257 | 303 | 70 | 12 | 0 | 30 | 277 | 60 | 67 |
| Binary | 1010101 | 10101111 | 11000011 | 111000 | 1010 | 0 | 11000 | 10111111 | 110000 | 110111 |
Color Harmonies of #55AFC3
Complementary color
Monochromatic Colors of #55AFC3
Black with #55AFC3
Text Example
Text Example
White with #55AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AFC3; }
p { color: rgb(85,175,195); }
H1.HeaderClassName
{
color: #55AFC3;
}
.AnyTagClassName
{
color: #55AFC3;
}
</style>
background-color css
<style>
a { background-color: #55AFC3; }
a { background-color: rgb(85,175,195); }
div.DivClassName
{
background-color: #55AFC3;
}
.BgClassName
{
background-color: #55AFC3;
}
</style>
border-color css
<style>
span { border-color: #55AFC3; }
span { border-color: rgb(85,175,195); }
td.TdClassName
{
border-color: #55AFC3;
}
.TagClassName
{
border-color: #55AFC3;
}
</style>