Shades of Viking #5ABCCB
Tints of Viking #5ABCCB
RGB
CMYK
RGB Variations
Color information
#5ABCCB (or 0x5ABCCB) is known color: Viking. HEX triplet: 5A, BC and CB. RGB value is (90,188,203). Sum of RGB (Red+Green+Blue) = 90+188+203=481 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.71% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #5ABCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCCB is #A54334. Grayscale: #A0A0A0. Windows color (decimal): -10830645 or 13352026. OLE color: 13352026.
HSL color Cylindrical-coordinate representation of color #5ABCCB: hue angle of 187.96º 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 #5ABCCB is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 188 | 203 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.20 |
| HSL | 187.96º | 0.52% | 0.57% | - |
| HSV(B) | 187.96º | 0.56% | 0.8% | - |
| XYZ | 32.98 | 42.45 | 62.96 | - |
| YUV | 160.41 | 152.03 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 203 | 0.56 | 0.07 | 0 | 0.20 | 187.96 | 0.52 | 0.57 |
| Hex | 5A | BC | CB | 38 | 7 | 0 | 14 | BC | 34 | 39 |
| Octal | 132 | 274 | 313 | 70 | 7 | 0 | 24 | 274 | 64 | 71 |
| Binary | 1011010 | 10111100 | 11001011 | 111000 | 111 | 0 | 10100 | 10111100 | 110100 | 111001 |
Color Harmonies of #5ABCCB
Complementary color
Monochromatic Colors of #5ABCCB
Black with #5ABCCB
Text Example
Text Example
White with #5ABCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCCB; }
p { color: rgb(90,188,203); }
H1.HeaderClassName
{
color: #5ABCCB;
}
.AnyTagClassName
{
color: #5ABCCB;
}
</style>
background-color css
<style>
a { background-color: #5ABCCB; }
a { background-color: rgb(90,188,203); }
div.DivClassName
{
background-color: #5ABCCB;
}
.BgClassName
{
background-color: #5ABCCB;
}
</style>
border-color css
<style>
span { border-color: #5ABCCB; }
span { border-color: rgb(90,188,203); }
td.TdClassName
{
border-color: #5ABCCB;
}
.TagClassName
{
border-color: #5ABCCB;
}
</style>