Shades of Viking #5FBFCD
Tints of Viking #5FBFCD
RGB
CMYK
RGB Variations
Color information
#5FBFCD (or 0x5FBFCD) is known color: Viking. HEX triplet: 5F, BF and CD. RGB value is (95,191,205). Sum of RGB (Red+Green+Blue) = 95+191+205=491 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.35% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #5FBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBFCD is #A04032. Grayscale: #A3A3A3. Windows color (decimal): -10502195 or 13483871. OLE color: 13483871.
HSL color Cylindrical-coordinate representation of color #5FBFCD: hue angle of 187.64º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FBFCD is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 191 | 205 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.20 |
| HSL | 187.64º | 0.52% | 0.59% | - |
| HSV(B) | 187.64º | 0.54% | 0.8% | - |
| XYZ | 34.37 | 44.1 | 64.46 | - |
| YUV | 163.89 | 151.2 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 191 | 205 | 0.54 | 0.07 | 0 | 0.20 | 187.64 | 0.52 | 0.59 |
| Hex | 5F | BF | CD | 36 | 7 | 0 | 14 | BC | 34 | 3B |
| Octal | 137 | 277 | 315 | 66 | 7 | 0 | 24 | 274 | 64 | 73 |
| Binary | 1011111 | 10111111 | 11001101 | 110110 | 111 | 0 | 10100 | 10111100 | 110100 | 111011 |
Color Harmonies of #5FBFCD
Complementary color
Monochromatic Colors of #5FBFCD
Black with #5FBFCD
Text Example
Text Example
White with #5FBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBFCD; }
p { color: rgb(95,191,205); }
H1.HeaderClassName
{
color: #5FBFCD;
}
.AnyTagClassName
{
color: #5FBFCD;
}
</style>
background-color css
<style>
a { background-color: #5FBFCD; }
a { background-color: rgb(95,191,205); }
div.DivClassName
{
background-color: #5FBFCD;
}
.BgClassName
{
background-color: #5FBFCD;
}
</style>
border-color css
<style>
span { border-color: #5FBFCD; }
span { border-color: rgb(95,191,205); }
td.TdClassName
{
border-color: #5FBFCD;
}
.TagClassName
{
border-color: #5FBFCD;
}
</style>