Shades of Viking #55B4CF
Tints of Viking #55B4CF
RGB
CMYK
RGB Variations
Color information
#55B4CF (or 0x55B4CF) is known color: Viking. HEX triplet: 55, B4 and CF. RGB value is (85,180,207). Sum of RGB (Red+Green+Blue) = 85+180+207=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #55B4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B4CF is #AA4B30. Grayscale: #9A9A9A. Windows color (decimal): -11160369 or 13612117. OLE color: 13612117.
HSL color Cylindrical-coordinate representation of color #55B4CF: hue angle of 193.28º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55B4CF is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 180 | 207 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.19 |
| HSL | 193.28º | 0.56% | 0.57% | - |
| HSV(B) | 193.28º | 0.59% | 0.81% | - |
| XYZ | 31.33 | 39.08 | 64.92 | - |
| YUV | 154.67 | 157.53 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 180 | 207 | 0.59 | 0.13 | 0 | 0.19 | 193.28 | 0.56 | 0.57 |
| Hex | 55 | B4 | CF | 3B | D | 0 | 13 | C1 | 38 | 39 |
| Octal | 125 | 264 | 317 | 73 | 15 | 0 | 23 | 301 | 70 | 71 |
| Binary | 1010101 | 10110100 | 11001111 | 111011 | 1101 | 0 | 10011 | 11000001 | 111000 | 111001 |
Color Harmonies of #55B4CF
Complementary color
Monochromatic Colors of #55B4CF
Black with #55B4CF
Text Example
Text Example
White with #55B4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B4CF; }
p { color: rgb(85,180,207); }
H1.HeaderClassName
{
color: #55B4CF;
}
.AnyTagClassName
{
color: #55B4CF;
}
</style>
background-color css
<style>
a { background-color: #55B4CF; }
a { background-color: rgb(85,180,207); }
div.DivClassName
{
background-color: #55B4CF;
}
.BgClassName
{
background-color: #55B4CF;
}
</style>
border-color css
<style>
span { border-color: #55B4CF; }
span { border-color: rgb(85,180,207); }
td.TdClassName
{
border-color: #55B4CF;
}
.TagClassName
{
border-color: #55B4CF;
}
</style>