Shades of Viking #5AB0C2
Tints of Viking #5AB0C2
RGB
CMYK
RGB Variations
Color information
#5AB0C2 (or 0x5AB0C2) is known color: Viking. HEX triplet: 5A, B0 and C2. RGB value is (90,176,194). Sum of RGB (Red+Green+Blue) = 90+176+194=460 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.57% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 194 - color contains mainly: blue. Hex color #5AB0C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB0C2 is #A54F3D. Grayscale: #989898. Windows color (decimal): -10833726 or 12759130. OLE color: 12759130.
HSL color Cylindrical-coordinate representation of color #5AB0C2: hue angle of 190.38º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AB0C2 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 176 | 194 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.24 |
| HSL | 190.38º | 0.46% | 0.56% | - |
| HSV(B) | 190.38º | 0.54% | 0.76% | - |
| XYZ | 29.48 | 37.12 | 56.65 | - |
| YUV | 152.34 | 151.51 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 194 | 0.54 | 0.09 | 0 | 0.24 | 190.38 | 0.46 | 0.56 |
| Hex | 5A | B0 | C2 | 36 | 9 | 0 | 18 | BE | 2E | 38 |
| Octal | 132 | 260 | 302 | 66 | 11 | 0 | 30 | 276 | 56 | 70 |
| Binary | 1011010 | 10110000 | 11000010 | 110110 | 1001 | 0 | 11000 | 10111110 | 101110 | 111000 |
Color Harmonies of #5AB0C2
Complementary color
Monochromatic Colors of #5AB0C2
Black with #5AB0C2
Text Example
Text Example
White with #5AB0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB0C2; }
p { color: rgb(90,176,194); }
H1.HeaderClassName
{
color: #5AB0C2;
}
.AnyTagClassName
{
color: #5AB0C2;
}
</style>
background-color css
<style>
a { background-color: #5AB0C2; }
a { background-color: rgb(90,176,194); }
div.DivClassName
{
background-color: #5AB0C2;
}
.BgClassName
{
background-color: #5AB0C2;
}
</style>
border-color css
<style>
span { border-color: #5AB0C2; }
span { border-color: rgb(90,176,194); }
td.TdClassName
{
border-color: #5AB0C2;
}
.TagClassName
{
border-color: #5AB0C2;
}
</style>