Shades of Viking #5AB1CB
Tints of Viking #5AB1CB
RGB
CMYK
RGB Variations
Color information
#5AB1CB (or 0x5AB1CB) is known color: Viking. HEX triplet: 5A, B1 and CB. RGB value is (90,177,203). Sum of RGB (Red+Green+Blue) = 90+177+203=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #5AB1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB1CB is #A54E34. Grayscale: #999999. Windows color (decimal): -10833461 or 13349210. OLE color: 13349210.
HSL color Cylindrical-coordinate representation of color #5AB1CB: hue angle of 193.81º 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 #5AB1CB is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 177 | 203 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.20 |
| HSL | 193.81º | 0.52% | 0.57% | - |
| HSV(B) | 193.81º | 0.56% | 0.8% | - |
| XYZ | 30.72 | 37.93 | 62.2 | - |
| YUV | 153.95 | 155.68 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 203 | 0.56 | 0.13 | 0 | 0.20 | 193.81 | 0.52 | 0.57 |
| Hex | 5A | B1 | CB | 38 | D | 0 | 14 | C2 | 34 | 39 |
| Octal | 132 | 261 | 313 | 70 | 15 | 0 | 24 | 302 | 64 | 71 |
| Binary | 1011010 | 10110001 | 11001011 | 111000 | 1101 | 0 | 10100 | 11000010 | 110100 | 111001 |
Color Harmonies of #5AB1CB
Complementary color
Monochromatic Colors of #5AB1CB
Black with #5AB1CB
Text Example
Text Example
White with #5AB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB1CB; }
p { color: rgb(90,177,203); }
H1.HeaderClassName
{
color: #5AB1CB;
}
.AnyTagClassName
{
color: #5AB1CB;
}
</style>
background-color css
<style>
a { background-color: #5AB1CB; }
a { background-color: rgb(90,177,203); }
div.DivClassName
{
background-color: #5AB1CB;
}
.BgClassName
{
background-color: #5AB1CB;
}
</style>
border-color css
<style>
span { border-color: #5AB1CB; }
span { border-color: rgb(90,177,203); }
td.TdClassName
{
border-color: #5AB1CB;
}
.TagClassName
{
border-color: #5AB1CB;
}
</style>