Shades of Viking #5AB0CB
Tints of Viking #5AB0CB
RGB
CMYK
RGB Variations
Color information
#5AB0CB (or 0x5AB0CB) is known color: Viking. HEX triplet: 5A, B0 and CB. RGB value is (90,176,203). Sum of RGB (Red+Green+Blue) = 90+176+203=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #5AB0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB0CB is #A54F34. Grayscale: #999999. Windows color (decimal): -10833717 or 13348954. OLE color: 13348954.
HSL color Cylindrical-coordinate representation of color #5AB0CB: hue angle of 194.34º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AB0CB is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 176 | 203 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.20 |
| HSL | 194.34º | 0.52% | 0.57% | - |
| HSV(B) | 194.34º | 0.56% | 0.8% | - |
| XYZ | 30.52 | 37.54 | 62.14 | - |
| YUV | 153.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 203 | 0.56 | 0.13 | 0 | 0.20 | 194.34 | 0.52 | 0.57 |
| Hex | 5A | B0 | CB | 38 | D | 0 | 14 | C2 | 34 | 39 |
| Octal | 132 | 260 | 313 | 70 | 15 | 0 | 24 | 302 | 64 | 71 |
| Binary | 1011010 | 10110000 | 11001011 | 111000 | 1101 | 0 | 10100 | 11000010 | 110100 | 111001 |
Color Harmonies of #5AB0CB
Complementary color
Monochromatic Colors of #5AB0CB
Black with #5AB0CB
Text Example
Text Example
White with #5AB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB0CB; }
p { color: rgb(90,176,203); }
H1.HeaderClassName
{
color: #5AB0CB;
}
.AnyTagClassName
{
color: #5AB0CB;
}
</style>
background-color css
<style>
a { background-color: #5AB0CB; }
a { background-color: rgb(90,176,203); }
div.DivClassName
{
background-color: #5AB0CB;
}
.BgClassName
{
background-color: #5AB0CB;
}
</style>
border-color css
<style>
span { border-color: #5AB0CB; }
span { border-color: rgb(90,176,203); }
td.TdClassName
{
border-color: #5AB0CB;
}
.TagClassName
{
border-color: #5AB0CB;
}
</style>