Shades of Viking #5ABECA
Tints of Viking #5ABECA
RGB
CMYK
RGB Variations
Color information
#5ABECA (or 0x5ABECA) is known color: Viking. HEX triplet: 5A, BE and CA. RGB value is (90,190,202). Sum of RGB (Red+Green+Blue) = 90+190+202=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #5ABECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABECA is #A54135. Grayscale: #A1A1A1. Windows color (decimal): -10830134 or 13287002. OLE color: 13287002.
HSL color Cylindrical-coordinate representation of color #5ABECA: hue angle of 186.43º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ABECA is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 190 | 202 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.21 |
| HSL | 186.43º | 0.51% | 0.57% | - |
| HSV(B) | 186.43º | 0.55% | 0.79% | - |
| XYZ | 33.29 | 43.26 | 62.47 | - |
| YUV | 161.47 | 150.87 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 202 | 0.55 | 0.06 | 0 | 0.21 | 186.43 | 0.51 | 0.57 |
| Hex | 5A | BE | CA | 37 | 6 | 0 | 15 | BA | 33 | 39 |
| Octal | 132 | 276 | 312 | 67 | 6 | 0 | 25 | 272 | 63 | 71 |
| Binary | 1011010 | 10111110 | 11001010 | 110111 | 110 | 0 | 10101 | 10111010 | 110011 | 111001 |
Color Harmonies of #5ABECA
Complementary color
Monochromatic Colors of #5ABECA
Black with #5ABECA
Text Example
Text Example
White with #5ABECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABECA; }
p { color: rgb(90,190,202); }
H1.HeaderClassName
{
color: #5ABECA;
}
.AnyTagClassName
{
color: #5ABECA;
}
</style>
background-color css
<style>
a { background-color: #5ABECA; }
a { background-color: rgb(90,190,202); }
div.DivClassName
{
background-color: #5ABECA;
}
.BgClassName
{
background-color: #5ABECA;
}
</style>
border-color css
<style>
span { border-color: #5ABECA; }
span { border-color: rgb(90,190,202); }
td.TdClassName
{
border-color: #5ABECA;
}
.TagClassName
{
border-color: #5ABECA;
}
</style>