Shades of Viking #55BED7
Tints of Viking #55BED7
RGB
CMYK
RGB Variations
Color information
#55BED7 (or 0x55BED7) is known color: Viking. HEX triplet: 55, BE and D7. RGB value is (85,190,215). Sum of RGB (Red+Green+Blue) = 85+190+215=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #55BED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BED7 is #AA4128. Grayscale: #A1A1A1. Windows color (decimal): -11157801 or 14138965. OLE color: 14138965.
HSL color Cylindrical-coordinate representation of color #55BED7: hue angle of 191.54º 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 #55BED7 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 190 | 215 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.16 |
| HSL | 191.54º | 0.62% | 0.59% | - |
| HSV(B) | 191.54º | 0.6% | 0.84% | - |
| XYZ | 34.43 | 43.66 | 70.9 | - |
| YUV | 161.46 | 158.21 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 190 | 215 | 0.60 | 0.12 | 0 | 0.16 | 191.54 | 0.62 | 0.59 |
| Hex | 55 | BE | D7 | 3C | C | 0 | 10 | C0 | 3E | 3B |
| Octal | 125 | 276 | 327 | 74 | 14 | 0 | 20 | 300 | 76 | 73 |
| Binary | 1010101 | 10111110 | 11010111 | 111100 | 1100 | 0 | 10000 | 11000000 | 111110 | 111011 |
Color Harmonies of #55BED7
Complementary color
Monochromatic Colors of #55BED7
Black with #55BED7
Text Example
Text Example
White with #55BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BED7; }
p { color: rgb(85,190,215); }
H1.HeaderClassName
{
color: #55BED7;
}
.AnyTagClassName
{
color: #55BED7;
}
</style>
background-color css
<style>
a { background-color: #55BED7; }
a { background-color: rgb(85,190,215); }
div.DivClassName
{
background-color: #55BED7;
}
.BgClassName
{
background-color: #55BED7;
}
</style>
border-color css
<style>
span { border-color: #55BED7; }
span { border-color: rgb(85,190,215); }
td.TdClassName
{
border-color: #55BED7;
}
.TagClassName
{
border-color: #55BED7;
}
</style>