Shades of Viking #55BDC4
Tints of Viking #55BDC4
RGB
CMYK
RGB Variations
Color information
#55BDC4 (or 0x55BDC4) is known color: Viking. HEX triplet: 55, BD and C4. RGB value is (85,189,196). Sum of RGB (Red+Green+Blue) = 85+189+196=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #55BDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BDC4 is #AA423B. Grayscale: #9E9E9E. Windows color (decimal): -11158076 or 12893525. OLE color: 12893525.
HSL color Cylindrical-coordinate representation of color #55BDC4: hue angle of 183.78º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55BDC4 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 189 | 196 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.23 |
| HSL | 183.78º | 0.48% | 0.55% | - |
| HSV(B) | 183.78º | 0.57% | 0.77% | - |
| XYZ | 31.91 | 42.31 | 58.71 | - |
| YUV | 158.7 | 149.04 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 196 | 0.57 | 0.04 | 0 | 0.23 | 183.78 | 0.48 | 0.55 |
| Hex | 55 | BD | C4 | 39 | 4 | 0 | 17 | B8 | 30 | 37 |
| Octal | 125 | 275 | 304 | 71 | 4 | 0 | 27 | 270 | 60 | 67 |
| Binary | 1010101 | 10111101 | 11000100 | 111001 | 100 | 0 | 10111 | 10111000 | 110000 | 110111 |
Color Harmonies of #55BDC4
Complementary color
Monochromatic Colors of #55BDC4
Black with #55BDC4
Text Example
Text Example
White with #55BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDC4; }
p { color: rgb(85,189,196); }
H1.HeaderClassName
{
color: #55BDC4;
}
.AnyTagClassName
{
color: #55BDC4;
}
</style>
background-color css
<style>
a { background-color: #55BDC4; }
a { background-color: rgb(85,189,196); }
div.DivClassName
{
background-color: #55BDC4;
}
.BgClassName
{
background-color: #55BDC4;
}
</style>
border-color css
<style>
span { border-color: #55BDC4; }
span { border-color: rgb(85,189,196); }
td.TdClassName
{
border-color: #55BDC4;
}
.TagClassName
{
border-color: #55BDC4;
}
</style>