Shades of Viking #5FBECC
Tints of Viking #5FBECC
RGB
CMYK
RGB Variations
Color information
#5FBECC (or 0x5FBECC) is known color: Viking. HEX triplet: 5F, BE and CC. RGB value is (95,190,204). Sum of RGB (Red+Green+Blue) = 95+190+204=489 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.43% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #5FBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBECC is #A04133. Grayscale: #A3A3A3. Windows color (decimal): -10502452 or 13418079. OLE color: 13418079.
HSL color Cylindrical-coordinate representation of color #5FBECC: hue angle of 187.71º 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 #5FBECC is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 190 | 204 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.2 |
| HSL | 187.71º | 0.52% | 0.59% | - |
| HSV(B) | 187.71º | 0.53% | 0.8% | - |
| XYZ | 34.03 | 43.62 | 63.75 | - |
| YUV | 163.19 | 151.03 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 190 | 204 | 0.53 | 0.07 | 0 | 0.2 | 187.71 | 0.52 | 0.59 |
| Hex | 5F | BE | CC | 35 | 7 | 0 | 14 | BC | 34 | 3B |
| Octal | 137 | 276 | 314 | 65 | 7 | 0 | 24 | 274 | 64 | 73 |
| Binary | 1011111 | 10111110 | 11001100 | 110101 | 111 | 0 | 10100 | 10111100 | 110100 | 111011 |
Color Harmonies of #5FBECC
Complementary color
Monochromatic Colors of #5FBECC
Black with #5FBECC
Text Example
Text Example
White with #5FBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBECC; }
p { color: rgb(95,190,204); }
H1.HeaderClassName
{
color: #5FBECC;
}
.AnyTagClassName
{
color: #5FBECC;
}
</style>
background-color css
<style>
a { background-color: #5FBECC; }
a { background-color: rgb(95,190,204); }
div.DivClassName
{
background-color: #5FBECC;
}
.BgClassName
{
background-color: #5FBECC;
}
</style>
border-color css
<style>
span { border-color: #5FBECC; }
span { border-color: rgb(95,190,204); }
td.TdClassName
{
border-color: #5FBECC;
}
.TagClassName
{
border-color: #5FBECC;
}
</style>