Shades of Viking #5ABECE
Tints of Viking #5ABECE
RGB
CMYK
RGB Variations
Color information
#5ABECE (or 0x5ABECE) is known color: Viking. HEX triplet: 5A, BE and CE. RGB value is (90,190,206). Sum of RGB (Red+Green+Blue) = 90+190+206=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #5ABECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABECE is #A54131. Grayscale: #A1A1A1. Windows color (decimal): -10830130 or 13549146. OLE color: 13549146.
HSL color Cylindrical-coordinate representation of color #5ABECE: hue angle of 188.28º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ABECE is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 190 | 206 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.19 |
| HSL | 188.28º | 0.54% | 0.58% | - |
| HSV(B) | 188.28º | 0.56% | 0.81% | - |
| XYZ | 33.77 | 43.46 | 65 | - |
| YUV | 161.92 | 152.87 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 206 | 0.56 | 0.08 | 0 | 0.19 | 188.28 | 0.54 | 0.58 |
| Hex | 5A | BE | CE | 38 | 8 | 0 | 13 | BC | 36 | 3A |
| Octal | 132 | 276 | 316 | 70 | 10 | 0 | 23 | 274 | 66 | 72 |
| Binary | 1011010 | 10111110 | 11001110 | 111000 | 1000 | 0 | 10011 | 10111100 | 110110 | 111010 |
Color Harmonies of #5ABECE
Complementary color
Monochromatic Colors of #5ABECE
Black with #5ABECE
Text Example
Text Example
White with #5ABECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABECE; }
p { color: rgb(90,190,206); }
H1.HeaderClassName
{
color: #5ABECE;
}
.AnyTagClassName
{
color: #5ABECE;
}
</style>
background-color css
<style>
a { background-color: #5ABECE; }
a { background-color: rgb(90,190,206); }
div.DivClassName
{
background-color: #5ABECE;
}
.BgClassName
{
background-color: #5ABECE;
}
</style>
border-color css
<style>
span { border-color: #5ABECE; }
span { border-color: rgb(90,190,206); }
td.TdClassName
{
border-color: #5ABECE;
}
.TagClassName
{
border-color: #5ABECE;
}
</style>