Shades of Viking #55BEBF
Tints of Viking #55BEBF
RGB
CMYK
RGB Variations
Color information
#55BEBF (or 0x55BEBF) is known color: Viking. HEX triplet: 55, BE and BF. RGB value is (85,190,191). Sum of RGB (Red+Green+Blue) = 85+190+191=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #55BEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BEBF is #AA4140. Grayscale: #9E9E9E. Windows color (decimal): -11157825 or 12566101. OLE color: 12566101.
HSL color Cylindrical-coordinate representation of color #55BEBF: hue angle of 180.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BEBF is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 190 | 191 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.25 |
| HSL | 180.57º | 0.45% | 0.54% | - |
| HSV(B) | 180.57º | 0.55% | 0.75% | - |
| XYZ | 31.56 | 42.52 | 55.83 | - |
| YUV | 158.72 | 146.21 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 190 | 191 | 0.55 | 0.01 | 0 | 0.25 | 180.57 | 0.45 | 0.54 |
| Hex | 55 | BE | BF | 37 | 1 | 0 | 19 | B5 | 2D | 36 |
| Octal | 125 | 276 | 277 | 67 | 1 | 0 | 31 | 265 | 55 | 66 |
| Binary | 1010101 | 10111110 | 10111111 | 110111 | 1 | 0 | 11001 | 10110101 | 101101 | 110110 |
Color Harmonies of #55BEBF
Complementary color
Monochromatic Colors of #55BEBF
Black with #55BEBF
Text Example
Text Example
White with #55BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BEBF; }
p { color: rgb(85,190,191); }
H1.HeaderClassName
{
color: #55BEBF;
}
.AnyTagClassName
{
color: #55BEBF;
}
</style>
background-color css
<style>
a { background-color: #55BEBF; }
a { background-color: rgb(85,190,191); }
div.DivClassName
{
background-color: #55BEBF;
}
.BgClassName
{
background-color: #55BEBF;
}
</style>
border-color css
<style>
span { border-color: #55BEBF; }
span { border-color: rgb(85,190,191); }
td.TdClassName
{
border-color: #55BEBF;
}
.TagClassName
{
border-color: #55BEBF;
}
</style>