Shades of Viking #53B9BF
Tints of Viking #53B9BF
RGB
CMYK
RGB Variations
Color information
#53B9BF (or 0x53B9BF) is known color: Viking. HEX triplet: 53, B9 and BF. RGB value is (83,185,191). Sum of RGB (Red+Green+Blue) = 83+185+191=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #53B9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B9BF is #AC4640. Grayscale: #9B9B9B. Windows color (decimal): -11290177 or 12564819. OLE color: 12564819.
HSL color Cylindrical-coordinate representation of color #53B9BF: hue angle of 183.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53B9BF is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 185 | 191 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.25 |
| HSL | 183.33º | 0.46% | 0.54% | - |
| HSV(B) | 183.33º | 0.57% | 0.75% | - |
| XYZ | 30.32 | 40.3 | 55.47 | - |
| YUV | 155.19 | 148.21 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 185 | 191 | 0.57 | 0.03 | 0 | 0.25 | 183.33 | 0.46 | 0.54 |
| Hex | 53 | B9 | BF | 39 | 3 | 0 | 19 | B7 | 2E | 36 |
| Octal | 123 | 271 | 277 | 71 | 3 | 0 | 31 | 267 | 56 | 66 |
| Binary | 1010011 | 10111001 | 10111111 | 111001 | 11 | 0 | 11001 | 10110111 | 101110 | 110110 |
Color Harmonies of #53B9BF
Complementary color
Monochromatic Colors of #53B9BF
Black with #53B9BF
Text Example
Text Example
White with #53B9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B9BF; }
p { color: rgb(83,185,191); }
H1.HeaderClassName
{
color: #53B9BF;
}
.AnyTagClassName
{
color: #53B9BF;
}
</style>
background-color css
<style>
a { background-color: #53B9BF; }
a { background-color: rgb(83,185,191); }
div.DivClassName
{
background-color: #53B9BF;
}
.BgClassName
{
background-color: #53B9BF;
}
</style>
border-color css
<style>
span { border-color: #53B9BF; }
span { border-color: rgb(83,185,191); }
td.TdClassName
{
border-color: #53B9BF;
}
.TagClassName
{
border-color: #53B9BF;
}
</style>