Shades of Viking #5FBFCF
Tints of Viking #5FBFCF
RGB
CMYK
RGB Variations
Color information
#5FBFCF (or 0x5FBFCF) is known color: Viking. HEX triplet: 5F, BF and CF. RGB value is (95,191,207). Sum of RGB (Red+Green+Blue) = 95+191+207=493 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.27% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #5FBFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBFCF is #A04030. Grayscale: #A3A3A3. Windows color (decimal): -10502193 or 13614943. OLE color: 13614943.
HSL color Cylindrical-coordinate representation of color #5FBFCF: hue angle of 188.57º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FBFCF is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 191 | 207 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.19 |
| HSL | 188.57º | 0.54% | 0.59% | - |
| HSV(B) | 188.57º | 0.54% | 0.81% | - |
| XYZ | 34.61 | 44.2 | 65.74 | - |
| YUV | 164.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 191 | 207 | 0.54 | 0.08 | 0 | 0.19 | 188.57 | 0.54 | 0.59 |
| Hex | 5F | BF | CF | 36 | 8 | 0 | 13 | BD | 36 | 3B |
| Octal | 137 | 277 | 317 | 66 | 10 | 0 | 23 | 275 | 66 | 73 |
| Binary | 1011111 | 10111111 | 11001111 | 110110 | 1000 | 0 | 10011 | 10111101 | 110110 | 111011 |
Color Harmonies of #5FBFCF
Complementary color
Monochromatic Colors of #5FBFCF
Black with #5FBFCF
Text Example
Text Example
White with #5FBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBFCF; }
p { color: rgb(95,191,207); }
H1.HeaderClassName
{
color: #5FBFCF;
}
.AnyTagClassName
{
color: #5FBFCF;
}
</style>
background-color css
<style>
a { background-color: #5FBFCF; }
a { background-color: rgb(95,191,207); }
div.DivClassName
{
background-color: #5FBFCF;
}
.BgClassName
{
background-color: #5FBFCF;
}
</style>
border-color css
<style>
span { border-color: #5FBFCF; }
span { border-color: rgb(95,191,207); }
td.TdClassName
{
border-color: #5FBFCF;
}
.TagClassName
{
border-color: #5FBFCF;
}
</style>