Shades of Viking #55BBC3
Tints of Viking #55BBC3
RGB
CMYK
RGB Variations
Color information
#55BBC3 (or 0x55BBC3) is known color: Viking. HEX triplet: 55, BB and C3. RGB value is (85,187,195). Sum of RGB (Red+Green+Blue) = 85+187+195=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #55BBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBC3 is #AA443C. Grayscale: #9D9D9D. Windows color (decimal): -11158589 or 12827477. OLE color: 12827477.
HSL color Cylindrical-coordinate representation of color #55BBC3: hue angle of 184.36º degrees, saturation: 0.48, 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 #55BBC3 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 187 | 195 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.24 |
| HSL | 184.36º | 0.48% | 0.55% | - |
| HSV(B) | 184.36º | 0.56% | 0.76% | - |
| XYZ | 31.37 | 41.41 | 57.97 | - |
| YUV | 157.41 | 149.21 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 195 | 0.56 | 0.04 | 0 | 0.24 | 184.36 | 0.48 | 0.55 |
| Hex | 55 | BB | C3 | 38 | 4 | 0 | 18 | B8 | 30 | 37 |
| Octal | 125 | 273 | 303 | 70 | 4 | 0 | 30 | 270 | 60 | 67 |
| Binary | 1010101 | 10111011 | 11000011 | 111000 | 100 | 0 | 11000 | 10111000 | 110000 | 110111 |
Color Harmonies of #55BBC3
Complementary color
Monochromatic Colors of #55BBC3
Black with #55BBC3
Text Example
Text Example
White with #55BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BBC3; }
p { color: rgb(85,187,195); }
H1.HeaderClassName
{
color: #55BBC3;
}
.AnyTagClassName
{
color: #55BBC3;
}
</style>
background-color css
<style>
a { background-color: #55BBC3; }
a { background-color: rgb(85,187,195); }
div.DivClassName
{
background-color: #55BBC3;
}
.BgClassName
{
background-color: #55BBC3;
}
</style>
border-color css
<style>
span { border-color: #55BBC3; }
span { border-color: rgb(85,187,195); }
td.TdClassName
{
border-color: #55BBC3;
}
.TagClassName
{
border-color: #55BBC3;
}
</style>