Shades of Viking #55ADC0
Tints of Viking #55ADC0
RGB
CMYK
RGB Variations
Color information
#55ADC0 (or 0x55ADC0) is known color: Viking. HEX triplet: 55, AD and C0. RGB value is (85,173,192). Sum of RGB (Red+Green+Blue) = 85+173+192=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #55ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADC0 is #AA523F. Grayscale: #949494. Windows color (decimal): -11162176 or 12627285. OLE color: 12627285.
HSL color Cylindrical-coordinate representation of color #55ADC0: hue angle of 190.65º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55ADC0 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 173 | 192 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.25 |
| HSL | 190.65º | 0.46% | 0.54% | - |
| HSV(B) | 190.65º | 0.56% | 0.75% | - |
| XYZ | 28.2 | 35.62 | 55.26 | - |
| YUV | 148.85 | 152.35 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 192 | 0.56 | 0.10 | 0 | 0.25 | 190.65 | 0.46 | 0.54 |
| Hex | 55 | AD | C0 | 38 | A | 0 | 19 | BF | 2E | 36 |
| Octal | 125 | 255 | 300 | 70 | 12 | 0 | 31 | 277 | 56 | 66 |
| Binary | 1010101 | 10101101 | 11000000 | 111000 | 1010 | 0 | 11001 | 10111111 | 101110 | 110110 |
Color Harmonies of #55ADC0
Complementary color
Monochromatic Colors of #55ADC0
Black with #55ADC0
Text Example
Text Example
White with #55ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADC0; }
p { color: rgb(85,173,192); }
H1.HeaderClassName
{
color: #55ADC0;
}
.AnyTagClassName
{
color: #55ADC0;
}
</style>
background-color css
<style>
a { background-color: #55ADC0; }
a { background-color: rgb(85,173,192); }
div.DivClassName
{
background-color: #55ADC0;
}
.BgClassName
{
background-color: #55ADC0;
}
</style>
border-color css
<style>
span { border-color: #55ADC0; }
span { border-color: rgb(85,173,192); }
td.TdClassName
{
border-color: #55ADC0;
}
.TagClassName
{
border-color: #55ADC0;
}
</style>