Shades of Viking #5ABFCC
Tints of Viking #5ABFCC
RGB
CMYK
RGB Variations
Color information
#5ABFCC (or 0x5ABFCC) is known color: Viking. HEX triplet: 5A, BF and CC. RGB value is (90,191,204). Sum of RGB (Red+Green+Blue) = 90+191+204=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #5ABFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFCC is #A54033. Grayscale: #A2A2A2. Windows color (decimal): -10829876 or 13418330. OLE color: 13418330.
HSL color Cylindrical-coordinate representation of color #5ABFCC: hue angle of 186.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ABFCC is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 191 | 204 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.2 |
| HSL | 186.84º | 0.53% | 0.58% | - |
| HSV(B) | 186.84º | 0.56% | 0.8% | - |
| XYZ | 33.75 | 43.79 | 63.8 | - |
| YUV | 162.28 | 151.54 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 204 | 0.56 | 0.06 | 0 | 0.2 | 186.84 | 0.53 | 0.58 |
| Hex | 5A | BF | CC | 38 | 6 | 0 | 14 | BB | 35 | 3A |
| Octal | 132 | 277 | 314 | 70 | 6 | 0 | 24 | 273 | 65 | 72 |
| Binary | 1011010 | 10111111 | 11001100 | 111000 | 110 | 0 | 10100 | 10111011 | 110101 | 111010 |
Color Harmonies of #5ABFCC
Complementary color
Monochromatic Colors of #5ABFCC
Black with #5ABFCC
Text Example
Text Example
White with #5ABFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFCC; }
p { color: rgb(90,191,204); }
H1.HeaderClassName
{
color: #5ABFCC;
}
.AnyTagClassName
{
color: #5ABFCC;
}
</style>
background-color css
<style>
a { background-color: #5ABFCC; }
a { background-color: rgb(90,191,204); }
div.DivClassName
{
background-color: #5ABFCC;
}
.BgClassName
{
background-color: #5ABFCC;
}
</style>
border-color css
<style>
span { border-color: #5ABFCC; }
span { border-color: rgb(90,191,204); }
td.TdClassName
{
border-color: #5ABFCC;
}
.TagClassName
{
border-color: #5ABFCC;
}
</style>