Shades of Viking #5FBACC
Tints of Viking #5FBACC
RGB
CMYK
RGB Variations
Color information
#5FBACC (or 0x5FBACC) is known color: Viking. HEX triplet: 5F, BA and CC. RGB value is (95,186,204). Sum of RGB (Red+Green+Blue) = 95+186+204=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FBACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBACC is #A04533. Grayscale: #A0A0A0. Windows color (decimal): -10503476 or 13417055. OLE color: 13417055.
HSL color Cylindrical-coordinate representation of color #5FBACC: hue angle of 189.91º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FBACC is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 186 | 204 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.2 |
| HSL | 189.91º | 0.52% | 0.59% | - |
| HSV(B) | 189.91º | 0.53% | 0.8% | - |
| XYZ | 33.18 | 41.91 | 63.47 | - |
| YUV | 160.84 | 152.35 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 204 | 0.53 | 0.09 | 0 | 0.2 | 189.91 | 0.52 | 0.59 |
| Hex | 5F | BA | CC | 35 | 9 | 0 | 14 | BE | 34 | 3B |
| Octal | 137 | 272 | 314 | 65 | 11 | 0 | 24 | 276 | 64 | 73 |
| Binary | 1011111 | 10111010 | 11001100 | 110101 | 1001 | 0 | 10100 | 10111110 | 110100 | 111011 |
Color Harmonies of #5FBACC
Complementary color
Monochromatic Colors of #5FBACC
Black with #5FBACC
Text Example
Text Example
White with #5FBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBACC; }
p { color: rgb(95,186,204); }
H1.HeaderClassName
{
color: #5FBACC;
}
.AnyTagClassName
{
color: #5FBACC;
}
</style>
background-color css
<style>
a { background-color: #5FBACC; }
a { background-color: rgb(95,186,204); }
div.DivClassName
{
background-color: #5FBACC;
}
.BgClassName
{
background-color: #5FBACC;
}
</style>
border-color css
<style>
span { border-color: #5FBACC; }
span { border-color: rgb(95,186,204); }
td.TdClassName
{
border-color: #5FBACC;
}
.TagClassName
{
border-color: #5FBACC;
}
</style>