Shades of Viking #5FBFCC
Tints of Viking #5FBFCC
RGB
CMYK
RGB Variations
Color information
#5FBFCC (or 0x5FBFCC) is known color: Viking. HEX triplet: 5F, BF and CC. RGB value is (95,191,204). Sum of RGB (Red+Green+Blue) = 95+191+204=490 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.39% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FBFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBFCC is #A04033. Grayscale: #A3A3A3. Windows color (decimal): -10502196 or 13418335. OLE color: 13418335.
HSL color Cylindrical-coordinate representation of color #5FBFCC: hue angle of 187.16º 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 #5FBFCC is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 191 | 204 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.2 |
| HSL | 187.16º | 0.52% | 0.59% | - |
| HSV(B) | 187.16º | 0.53% | 0.8% | - |
| XYZ | 34.25 | 44.05 | 63.82 | - |
| YUV | 163.78 | 150.7 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 191 | 204 | 0.53 | 0.06 | 0 | 0.2 | 187.16 | 0.52 | 0.59 |
| Hex | 5F | BF | CC | 35 | 6 | 0 | 14 | BB | 34 | 3B |
| Octal | 137 | 277 | 314 | 65 | 6 | 0 | 24 | 273 | 64 | 73 |
| Binary | 1011111 | 10111111 | 11001100 | 110101 | 110 | 0 | 10100 | 10111011 | 110100 | 111011 |
Color Harmonies of #5FBFCC
Complementary color
Monochromatic Colors of #5FBFCC
Black with #5FBFCC
Text Example
Text Example
White with #5FBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBFCC; }
p { color: rgb(95,191,204); }
H1.HeaderClassName
{
color: #5FBFCC;
}
.AnyTagClassName
{
color: #5FBFCC;
}
</style>
background-color css
<style>
a { background-color: #5FBFCC; }
a { background-color: rgb(95,191,204); }
div.DivClassName
{
background-color: #5FBFCC;
}
.BgClassName
{
background-color: #5FBFCC;
}
</style>
border-color css
<style>
span { border-color: #5FBFCC; }
span { border-color: rgb(95,191,204); }
td.TdClassName
{
border-color: #5FBFCC;
}
.TagClassName
{
border-color: #5FBFCC;
}
</style>