Shades of Viking #5ABFC0
Tints of Viking #5ABFC0
RGB
CMYK
RGB Variations
Color information
#5ABFC0 (or 0x5ABFC0) is known color: Viking. HEX triplet: 5A, BF and C0. RGB value is (90,191,192). Sum of RGB (Red+Green+Blue) = 90+191+192=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #5ABFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFC0 is #A5403F. Grayscale: #A0A0A0. Windows color (decimal): -10829888 or 12631898. OLE color: 12631898.
HSL color Cylindrical-coordinate representation of color #5ABFC0: hue angle of 180.59º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABFC0 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 192 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.25 |
| HSL | 180.59º | 0.45% | 0.55% | - |
| HSV(B) | 180.59º | 0.53% | 0.75% | - |
| XYZ | 32.36 | 43.24 | 56.51 | - |
| YUV | 160.92 | 145.54 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 192 | 0.53 | 0.01 | 0 | 0.25 | 180.59 | 0.45 | 0.55 |
| Hex | 5A | BF | C0 | 35 | 1 | 0 | 19 | B5 | 2D | 37 |
| Octal | 132 | 277 | 300 | 65 | 1 | 0 | 31 | 265 | 55 | 67 |
| Binary | 1011010 | 10111111 | 11000000 | 110101 | 1 | 0 | 11001 | 10110101 | 101101 | 110111 |
Color Harmonies of #5ABFC0
Complementary color
Monochromatic Colors of #5ABFC0
Black with #5ABFC0
Text Example
Text Example
White with #5ABFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFC0; }
p { color: rgb(90,191,192); }
H1.HeaderClassName
{
color: #5ABFC0;
}
.AnyTagClassName
{
color: #5ABFC0;
}
</style>
background-color css
<style>
a { background-color: #5ABFC0; }
a { background-color: rgb(90,191,192); }
div.DivClassName
{
background-color: #5ABFC0;
}
.BgClassName
{
background-color: #5ABFC0;
}
</style>
border-color css
<style>
span { border-color: #5ABFC0; }
span { border-color: rgb(90,191,192); }
td.TdClassName
{
border-color: #5ABFC0;
}
.TagClassName
{
border-color: #5ABFC0;
}
</style>