Shades of Viking #5ABFCF
Tints of Viking #5ABFCF
RGB
CMYK
RGB Variations
Color information
#5ABFCF (or 0x5ABFCF) is known color: Viking. HEX triplet: 5A, BF and CF. RGB value is (90,191,207). Sum of RGB (Red+Green+Blue) = 90+191+207=488 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.44% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #5ABFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFCF is #A54030. Grayscale: #A2A2A2. Windows color (decimal): -10829873 or 13614938. OLE color: 13614938.
HSL color Cylindrical-coordinate representation of color #5ABFCF: hue angle of 188.21º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ABFCF is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 191 | 207 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.19 |
| HSL | 188.21º | 0.55% | 0.58% | - |
| HSV(B) | 188.21º | 0.57% | 0.81% | - |
| XYZ | 34.11 | 43.94 | 65.72 | - |
| YUV | 162.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 207 | 0.57 | 0.08 | 0 | 0.19 | 188.21 | 0.55 | 0.58 |
| Hex | 5A | BF | CF | 39 | 8 | 0 | 13 | BC | 37 | 3A |
| Octal | 132 | 277 | 317 | 71 | 10 | 0 | 23 | 274 | 67 | 72 |
| Binary | 1011010 | 10111111 | 11001111 | 111001 | 1000 | 0 | 10011 | 10111100 | 110111 | 111010 |
Color Harmonies of #5ABFCF
Complementary color
Monochromatic Colors of #5ABFCF
Black with #5ABFCF
Text Example
Text Example
White with #5ABFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFCF; }
p { color: rgb(90,191,207); }
H1.HeaderClassName
{
color: #5ABFCF;
}
.AnyTagClassName
{
color: #5ABFCF;
}
</style>
background-color css
<style>
a { background-color: #5ABFCF; }
a { background-color: rgb(90,191,207); }
div.DivClassName
{
background-color: #5ABFCF;
}
.BgClassName
{
background-color: #5ABFCF;
}
</style>
border-color css
<style>
span { border-color: #5ABFCF; }
span { border-color: rgb(90,191,207); }
td.TdClassName
{
border-color: #5ABFCF;
}
.TagClassName
{
border-color: #5ABFCF;
}
</style>