Shades of Viking #55B5CF
Tints of Viking #55B5CF
RGB
CMYK
RGB Variations
Color information
#55B5CF (or 0x55B5CF) is known color: Viking. HEX triplet: 55, B5 and CF. RGB value is (85,181,207). Sum of RGB (Red+Green+Blue) = 85+181+207=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #55B5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B5CF is #AA4A30. Grayscale: #9B9B9B. Windows color (decimal): -11160113 or 13612373. OLE color: 13612373.
HSL color Cylindrical-coordinate representation of color #55B5CF: hue angle of 192.79º 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 #55B5CF is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 181 | 207 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.19 |
| HSL | 192.79º | 0.56% | 0.57% | - |
| HSV(B) | 192.79º | 0.59% | 0.81% | - |
| XYZ | 31.53 | 39.48 | 64.99 | - |
| YUV | 155.26 | 157.2 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 207 | 0.59 | 0.13 | 0 | 0.19 | 192.79 | 0.56 | 0.57 |
| Hex | 55 | B5 | CF | 3B | D | 0 | 13 | C1 | 38 | 39 |
| Octal | 125 | 265 | 317 | 73 | 15 | 0 | 23 | 301 | 70 | 71 |
| Binary | 1010101 | 10110101 | 11001111 | 111011 | 1101 | 0 | 10011 | 11000001 | 111000 | 111001 |
Color Harmonies of #55B5CF
Complementary color
Monochromatic Colors of #55B5CF
Black with #55B5CF
Text Example
Text Example
White with #55B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B5CF; }
p { color: rgb(85,181,207); }
H1.HeaderClassName
{
color: #55B5CF;
}
.AnyTagClassName
{
color: #55B5CF;
}
</style>
background-color css
<style>
a { background-color: #55B5CF; }
a { background-color: rgb(85,181,207); }
div.DivClassName
{
background-color: #55B5CF;
}
.BgClassName
{
background-color: #55B5CF;
}
</style>
border-color css
<style>
span { border-color: #55B5CF; }
span { border-color: rgb(85,181,207); }
td.TdClassName
{
border-color: #55B5CF;
}
.TagClassName
{
border-color: #55B5CF;
}
</style>