Shades of Viking #5BAEBF
Tints of Viking #5BAEBF
RGB
CMYK
RGB Variations
Color information
#5BAEBF (or 0x5BAEBF) is known color: Viking. HEX triplet: 5B, AE and BF. RGB value is (91,174,191). Sum of RGB (Red+Green+Blue) = 91+174+191=456 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.96% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #5BAEBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAEBF is #A45140. Grayscale: #969696. Windows color (decimal): -10768705 or 12562011. OLE color: 12562011.
HSL color Cylindrical-coordinate representation of color #5BAEBF: hue angle of 190.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BAEBF is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 174 | 191 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.25 |
| HSL | 190.2º | 0.44% | 0.55% | - |
| HSV(B) | 190.2º | 0.52% | 0.75% | - |
| XYZ | 28.85 | 36.26 | 54.77 | - |
| YUV | 151.12 | 150.5 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 191 | 0.52 | 0.09 | 0 | 0.25 | 190.2 | 0.44 | 0.55 |
| Hex | 5B | AE | BF | 34 | 9 | 0 | 19 | BE | 2C | 37 |
| Octal | 133 | 256 | 277 | 64 | 11 | 0 | 31 | 276 | 54 | 67 |
| Binary | 1011011 | 10101110 | 10111111 | 110100 | 1001 | 0 | 11001 | 10111110 | 101100 | 110111 |
Color Harmonies of #5BAEBF
Complementary color
Monochromatic Colors of #5BAEBF
Black with #5BAEBF
Text Example
Text Example
White with #5BAEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAEBF; }
p { color: rgb(91,174,191); }
H1.HeaderClassName
{
color: #5BAEBF;
}
.AnyTagClassName
{
color: #5BAEBF;
}
</style>
background-color css
<style>
a { background-color: #5BAEBF; }
a { background-color: rgb(91,174,191); }
div.DivClassName
{
background-color: #5BAEBF;
}
.BgClassName
{
background-color: #5BAEBF;
}
</style>
border-color css
<style>
span { border-color: #5BAEBF; }
span { border-color: rgb(91,174,191); }
td.TdClassName
{
border-color: #5BAEBF;
}
.TagClassName
{
border-color: #5BAEBF;
}
</style>