Shades of Viking #55C0D2
Tints of Viking #55C0D2
RGB
CMYK
RGB Variations
Color information
#55C0D2 (or 0x55C0D2) is known color: Viking. HEX triplet: 55, C0 and D2. RGB value is (85,192,210). Sum of RGB (Red+Green+Blue) = 85+192+210=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #55C0D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C0D2 is #AA3F2D. Grayscale: #A1A1A1. Windows color (decimal): -11157294 or 13811797. OLE color: 13811797.
HSL color Cylindrical-coordinate representation of color #55C0D2: hue angle of 188.64º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55C0D2 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 192 | 210 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.18 |
| HSL | 188.64º | 0.58% | 0.58% | - |
| HSV(B) | 188.64º | 0.6% | 0.82% | - |
| XYZ | 34.23 | 44.28 | 67.72 | - |
| YUV | 162.06 | 155.05 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 210 | 0.60 | 0.09 | 0 | 0.18 | 188.64 | 0.58 | 0.58 |
| Hex | 55 | C0 | D2 | 3C | 9 | 0 | 12 | BD | 3A | 3A |
| Octal | 125 | 300 | 322 | 74 | 11 | 0 | 22 | 275 | 72 | 72 |
| Binary | 1010101 | 11000000 | 11010010 | 111100 | 1001 | 0 | 10010 | 10111101 | 111010 | 111010 |
Color Harmonies of #55C0D2
Complementary color
Monochromatic Colors of #55C0D2
Black with #55C0D2
Text Example
Text Example
White with #55C0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C0D2; }
p { color: rgb(85,192,210); }
H1.HeaderClassName
{
color: #55C0D2;
}
.AnyTagClassName
{
color: #55C0D2;
}
</style>
background-color css
<style>
a { background-color: #55C0D2; }
a { background-color: rgb(85,192,210); }
div.DivClassName
{
background-color: #55C0D2;
}
.BgClassName
{
background-color: #55C0D2;
}
</style>
border-color css
<style>
span { border-color: #55C0D2; }
span { border-color: rgb(85,192,210); }
td.TdClassName
{
border-color: #55C0D2;
}
.TagClassName
{
border-color: #55C0D2;
}
</style>