Shades of Viking #5FBECD
Tints of Viking #5FBECD
RGB
CMYK
RGB Variations
Color information
#5FBECD (or 0x5FBECD) is known color: Viking. HEX triplet: 5F, BE and CD. RGB value is (95,190,205). Sum of RGB (Red+Green+Blue) = 95+190+205=490 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.39% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #5FBECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBECD is #A04132. Grayscale: #A3A3A3. Windows color (decimal): -10502451 or 13483615. OLE color: 13483615.
HSL color Cylindrical-coordinate representation of color #5FBECD: hue angle of 188.18º 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 #5FBECD is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 190 | 205 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.20 |
| HSL | 188.18º | 0.52% | 0.59% | - |
| HSV(B) | 188.18º | 0.54% | 0.8% | - |
| XYZ | 34.15 | 43.67 | 64.39 | - |
| YUV | 163.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 190 | 205 | 0.54 | 0.07 | 0 | 0.20 | 188.18 | 0.52 | 0.59 |
| Hex | 5F | BE | CD | 36 | 7 | 0 | 14 | BC | 34 | 3B |
| Octal | 137 | 276 | 315 | 66 | 7 | 0 | 24 | 274 | 64 | 73 |
| Binary | 1011111 | 10111110 | 11001101 | 110110 | 111 | 0 | 10100 | 10111100 | 110100 | 111011 |
Color Harmonies of #5FBECD
Complementary color
Monochromatic Colors of #5FBECD
Black with #5FBECD
Text Example
Text Example
White with #5FBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBECD; }
p { color: rgb(95,190,205); }
H1.HeaderClassName
{
color: #5FBECD;
}
.AnyTagClassName
{
color: #5FBECD;
}
</style>
background-color css
<style>
a { background-color: #5FBECD; }
a { background-color: rgb(95,190,205); }
div.DivClassName
{
background-color: #5FBECD;
}
.BgClassName
{
background-color: #5FBECD;
}
</style>
border-color css
<style>
span { border-color: #5FBECD; }
span { border-color: rgb(95,190,205); }
td.TdClassName
{
border-color: #5FBECD;
}
.TagClassName
{
border-color: #5FBECD;
}
</style>