Shades of Viking #5ABFC2
Tints of Viking #5ABFC2
RGB
CMYK
RGB Variations
Color information
#5ABFC2 (or 0x5ABFC2) is known color: Viking. HEX triplet: 5A, BF and C2. RGB value is (90,191,194). Sum of RGB (Red+Green+Blue) = 90+191+194=475 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.95% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #5ABFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFC2 is #A5403D. Grayscale: #A1A1A1. Windows color (decimal): -10829886 or 12762970. OLE color: 12762970.
HSL color Cylindrical-coordinate representation of color #5ABFC2: hue angle of 181.73º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ABFC2 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 191 | 194 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.24 |
| HSL | 181.73º | 0.46% | 0.56% | - |
| HSV(B) | 181.73º | 0.54% | 0.76% | - |
| XYZ | 32.58 | 43.33 | 57.69 | - |
| YUV | 161.14 | 146.54 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 194 | 0.54 | 0.02 | 0 | 0.24 | 181.73 | 0.46 | 0.56 |
| Hex | 5A | BF | C2 | 36 | 2 | 0 | 18 | B6 | 2E | 38 |
| Octal | 132 | 277 | 302 | 66 | 2 | 0 | 30 | 266 | 56 | 70 |
| Binary | 1011010 | 10111111 | 11000010 | 110110 | 10 | 0 | 11000 | 10110110 | 101110 | 111000 |
Color Harmonies of #5ABFC2
Complementary color
Monochromatic Colors of #5ABFC2
Black with #5ABFC2
Text Example
Text Example
White with #5ABFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFC2; }
p { color: rgb(90,191,194); }
H1.HeaderClassName
{
color: #5ABFC2;
}
.AnyTagClassName
{
color: #5ABFC2;
}
</style>
background-color css
<style>
a { background-color: #5ABFC2; }
a { background-color: rgb(90,191,194); }
div.DivClassName
{
background-color: #5ABFC2;
}
.BgClassName
{
background-color: #5ABFC2;
}
</style>
border-color css
<style>
span { border-color: #5ABFC2; }
span { border-color: rgb(90,191,194); }
td.TdClassName
{
border-color: #5ABFC2;
}
.TagClassName
{
border-color: #5ABFC2;
}
</style>