Shades of Viking #5ABECD
Tints of Viking #5ABECD
RGB
CMYK
RGB Variations
Color information
#5ABECD (or 0x5ABECD) is known color: Viking. HEX triplet: 5A, BE and CD. RGB value is (90,190,205). Sum of RGB (Red+Green+Blue) = 90+190+205=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #5ABECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABECD is #A54132. Grayscale: #A1A1A1. Windows color (decimal): -10830131 or 13483610. OLE color: 13483610.
HSL color Cylindrical-coordinate representation of color #5ABECD: hue angle of 187.83º 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 #5ABECD is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 190 | 205 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.20 |
| HSL | 187.83º | 0.53% | 0.58% | - |
| HSV(B) | 187.83º | 0.56% | 0.8% | - |
| XYZ | 33.65 | 43.41 | 64.36 | - |
| YUV | 161.81 | 152.37 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 205 | 0.56 | 0.07 | 0 | 0.20 | 187.83 | 0.53 | 0.58 |
| Hex | 5A | BE | CD | 38 | 7 | 0 | 14 | BC | 35 | 3A |
| Octal | 132 | 276 | 315 | 70 | 7 | 0 | 24 | 274 | 65 | 72 |
| Binary | 1011010 | 10111110 | 11001101 | 111000 | 111 | 0 | 10100 | 10111100 | 110101 | 111010 |
Color Harmonies of #5ABECD
Complementary color
Monochromatic Colors of #5ABECD
Black with #5ABECD
Text Example
Text Example
White with #5ABECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABECD; }
p { color: rgb(90,190,205); }
H1.HeaderClassName
{
color: #5ABECD;
}
.AnyTagClassName
{
color: #5ABECD;
}
</style>
background-color css
<style>
a { background-color: #5ABECD; }
a { background-color: rgb(90,190,205); }
div.DivClassName
{
background-color: #5ABECD;
}
.BgClassName
{
background-color: #5ABECD;
}
</style>
border-color css
<style>
span { border-color: #5ABECD; }
span { border-color: rgb(90,190,205); }
td.TdClassName
{
border-color: #5ABECD;
}
.TagClassName
{
border-color: #5ABECD;
}
</style>