Shades of Viking #5AB0CF
Tints of Viking #5AB0CF
RGB
CMYK
RGB Variations
Color information
#5AB0CF (or 0x5AB0CF) is known color: Viking. HEX triplet: 5A, B0 and CF. RGB value is (90,176,207). Sum of RGB (Red+Green+Blue) = 90+176+207=473 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.03% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #5AB0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB0CF is #A54F30. Grayscale: #999999. Windows color (decimal): -10833713 or 13611098. OLE color: 13611098.
HSL color Cylindrical-coordinate representation of color #5AB0CF: hue angle of 195.9º 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 #5AB0CF is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 176 | 207 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.19 |
| HSL | 195.9º | 0.55% | 0.58% | - |
| HSV(B) | 195.9º | 0.57% | 0.81% | - |
| XYZ | 31 | 37.73 | 64.68 | - |
| YUV | 153.82 | 158.01 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 207 | 0.57 | 0.15 | 0 | 0.19 | 195.9 | 0.55 | 0.58 |
| Hex | 5A | B0 | CF | 39 | F | 0 | 13 | C4 | 37 | 3A |
| Octal | 132 | 260 | 317 | 71 | 17 | 0 | 23 | 304 | 67 | 72 |
| Binary | 1011010 | 10110000 | 11001111 | 111001 | 1111 | 0 | 10011 | 11000100 | 110111 | 111010 |
Color Harmonies of #5AB0CF
Complementary color
Monochromatic Colors of #5AB0CF
Black with #5AB0CF
Text Example
Text Example
White with #5AB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB0CF; }
p { color: rgb(90,176,207); }
H1.HeaderClassName
{
color: #5AB0CF;
}
.AnyTagClassName
{
color: #5AB0CF;
}
</style>
background-color css
<style>
a { background-color: #5AB0CF; }
a { background-color: rgb(90,176,207); }
div.DivClassName
{
background-color: #5AB0CF;
}
.BgClassName
{
background-color: #5AB0CF;
}
</style>
border-color css
<style>
span { border-color: #5AB0CF; }
span { border-color: rgb(90,176,207); }
td.TdClassName
{
border-color: #5AB0CF;
}
.TagClassName
{
border-color: #5AB0CF;
}
</style>