Shades of Viking #5ABCCF
Tints of Viking #5ABCCF
RGB
CMYK
RGB Variations
Color information
#5ABCCF (or 0x5ABCCF) is known color: Viking. HEX triplet: 5A, BC and CF. RGB value is (90,188,207). Sum of RGB (Red+Green+Blue) = 90+188+207=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #5ABCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCCF is #A54330. Grayscale: #A0A0A0. Windows color (decimal): -10830641 or 13614170. OLE color: 13614170.
HSL color Cylindrical-coordinate representation of color #5ABCCF: hue angle of 189.74º 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 #5ABCCF is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 188 | 207 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.19 |
| HSL | 189.74º | 0.55% | 0.58% | - |
| HSV(B) | 189.74º | 0.57% | 0.81% | - |
| XYZ | 33.46 | 42.65 | 65.5 | - |
| YUV | 160.86 | 154.03 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 207 | 0.57 | 0.09 | 0 | 0.19 | 189.74 | 0.55 | 0.58 |
| Hex | 5A | BC | CF | 39 | 9 | 0 | 13 | BE | 37 | 3A |
| Octal | 132 | 274 | 317 | 71 | 11 | 0 | 23 | 276 | 67 | 72 |
| Binary | 1011010 | 10111100 | 11001111 | 111001 | 1001 | 0 | 10011 | 10111110 | 110111 | 111010 |
Color Harmonies of #5ABCCF
Complementary color
Monochromatic Colors of #5ABCCF
Black with #5ABCCF
Text Example
Text Example
White with #5ABCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCCF; }
p { color: rgb(90,188,207); }
H1.HeaderClassName
{
color: #5ABCCF;
}
.AnyTagClassName
{
color: #5ABCCF;
}
</style>
background-color css
<style>
a { background-color: #5ABCCF; }
a { background-color: rgb(90,188,207); }
div.DivClassName
{
background-color: #5ABCCF;
}
.BgClassName
{
background-color: #5ABCCF;
}
</style>
border-color css
<style>
span { border-color: #5ABCCF; }
span { border-color: rgb(90,188,207); }
td.TdClassName
{
border-color: #5ABCCF;
}
.TagClassName
{
border-color: #5ABCCF;
}
</style>