Shades of Viking #55C2D7
Tints of Viking #55C2D7
RGB
CMYK
RGB Variations
Color information
#55C2D7 (or 0x55C2D7) is known color: Viking. HEX triplet: 55, C2 and D7. RGB value is (85,194,215). Sum of RGB (Red+Green+Blue) = 85+194+215=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #55C2D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C2D7 is #AA3D28. Grayscale: #A3A3A3. Windows color (decimal): -11156777 or 14139989. OLE color: 14139989.
HSL color Cylindrical-coordinate representation of color #55C2D7: hue angle of 189.69º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55C2D7 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 194 | 215 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.16 |
| HSL | 189.69º | 0.62% | 0.59% | - |
| HSV(B) | 189.69º | 0.6% | 0.84% | - |
| XYZ | 35.3 | 45.42 | 71.2 | - |
| YUV | 163.8 | 156.89 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 215 | 0.60 | 0.10 | 0 | 0.16 | 189.69 | 0.62 | 0.59 |
| Hex | 55 | C2 | D7 | 3C | A | 0 | 10 | BE | 3E | 3B |
| Octal | 125 | 302 | 327 | 74 | 12 | 0 | 20 | 276 | 76 | 73 |
| Binary | 1010101 | 11000010 | 11010111 | 111100 | 1010 | 0 | 10000 | 10111110 | 111110 | 111011 |
Color Harmonies of #55C2D7
Complementary color
Monochromatic Colors of #55C2D7
Black with #55C2D7
Text Example
Text Example
White with #55C2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C2D7; }
p { color: rgb(85,194,215); }
H1.HeaderClassName
{
color: #55C2D7;
}
.AnyTagClassName
{
color: #55C2D7;
}
</style>
background-color css
<style>
a { background-color: #55C2D7; }
a { background-color: rgb(85,194,215); }
div.DivClassName
{
background-color: #55C2D7;
}
.BgClassName
{
background-color: #55C2D7;
}
</style>
border-color css
<style>
span { border-color: #55C2D7; }
span { border-color: rgb(85,194,215); }
td.TdClassName
{
border-color: #55C2D7;
}
.TagClassName
{
border-color: #55C2D7;
}
</style>