Shades of Viking #55BEC2
Tints of Viking #55BEC2
RGB
CMYK
RGB Variations
Color information
#55BEC2 (or 0x55BEC2) is known color: Viking. HEX triplet: 55, BE and C2. RGB value is (85,190,194). Sum of RGB (Red+Green+Blue) = 85+190+194=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #55BEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BEC2 is #AA413D. Grayscale: #9E9E9E. Windows color (decimal): -11157822 or 12762709. OLE color: 12762709.
HSL color Cylindrical-coordinate representation of color #55BEC2: hue angle of 182.2º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55BEC2 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 190 | 194 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.24 |
| HSL | 182.2º | 0.47% | 0.55% | - |
| HSV(B) | 182.2º | 0.56% | 0.76% | - |
| XYZ | 31.9 | 42.65 | 57.59 | - |
| YUV | 159.06 | 147.71 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 190 | 194 | 0.56 | 0.02 | 0 | 0.24 | 182.2 | 0.47 | 0.55 |
| Hex | 55 | BE | C2 | 38 | 2 | 0 | 18 | B6 | 2F | 37 |
| Octal | 125 | 276 | 302 | 70 | 2 | 0 | 30 | 266 | 57 | 67 |
| Binary | 1010101 | 10111110 | 11000010 | 111000 | 10 | 0 | 11000 | 10110110 | 101111 | 110111 |
Color Harmonies of #55BEC2
Complementary color
Monochromatic Colors of #55BEC2
Black with #55BEC2
Text Example
Text Example
White with #55BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BEC2; }
p { color: rgb(85,190,194); }
H1.HeaderClassName
{
color: #55BEC2;
}
.AnyTagClassName
{
color: #55BEC2;
}
</style>
background-color css
<style>
a { background-color: #55BEC2; }
a { background-color: rgb(85,190,194); }
div.DivClassName
{
background-color: #55BEC2;
}
.BgClassName
{
background-color: #55BEC2;
}
</style>
border-color css
<style>
span { border-color: #55BEC2; }
span { border-color: rgb(85,190,194); }
td.TdClassName
{
border-color: #55BEC2;
}
.TagClassName
{
border-color: #55BEC2;
}
</style>