Shades of Viking #5BAEC9
Tints of Viking #5BAEC9
RGB
CMYK
RGB Variations
Color information
#5BAEC9 (or 0x5BAEC9) is known color: Viking. HEX triplet: 5B, AE and C9. RGB value is (91,174,201). Sum of RGB (Red+Green+Blue) = 91+174+201=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #5BAEC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAEC9 is #A45136. Grayscale: #989898. Windows color (decimal): -10768695 or 13217371. OLE color: 13217371.
HSL color Cylindrical-coordinate representation of color #5BAEC9: hue angle of 194.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BAEC9 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 174 | 201 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.21 |
| HSL | 194.73º | 0.5% | 0.57% | - |
| HSV(B) | 194.73º | 0.55% | 0.79% | - |
| XYZ | 29.99 | 36.71 | 60.76 | - |
| YUV | 152.26 | 155.5 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 201 | 0.55 | 0.13 | 0 | 0.21 | 194.73 | 0.5 | 0.57 |
| Hex | 5B | AE | C9 | 37 | D | 0 | 15 | C3 | 32 | 39 |
| Octal | 133 | 256 | 311 | 67 | 15 | 0 | 25 | 303 | 62 | 71 |
| Binary | 1011011 | 10101110 | 11001001 | 110111 | 1101 | 0 | 10101 | 11000011 | 110010 | 111001 |
Color Harmonies of #5BAEC9
Complementary color
Monochromatic Colors of #5BAEC9
Black with #5BAEC9
Text Example
Text Example
White with #5BAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAEC9; }
p { color: rgb(91,174,201); }
H1.HeaderClassName
{
color: #5BAEC9;
}
.AnyTagClassName
{
color: #5BAEC9;
}
</style>
background-color css
<style>
a { background-color: #5BAEC9; }
a { background-color: rgb(91,174,201); }
div.DivClassName
{
background-color: #5BAEC9;
}
.BgClassName
{
background-color: #5BAEC9;
}
</style>
border-color css
<style>
span { border-color: #5BAEC9; }
span { border-color: rgb(91,174,201); }
td.TdClassName
{
border-color: #5BAEC9;
}
.TagClassName
{
border-color: #5BAEC9;
}
</style>