Shades of Viking #53BFBF
Tints of Viking #53BFBF
RGB
CMYK
RGB Variations
Color information
#53BFBF (or 0x53BFBF) is known color: Viking. HEX triplet: 53, BF and BF. RGB value is (83,191,191). Sum of RGB (Red+Green+Blue) = 83+191+191=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #53BFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFBF is #AC4040. Grayscale: #9E9E9E. Windows color (decimal): -11288641 or 12566355. OLE color: 12566355.
HSL color Cylindrical-coordinate representation of color #53BFBF: hue angle of 180º 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 #53BFBF is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 191 | 191 | - |
| CMYK | 0.57 | 0 | 0 | 0.25 |
| HSL | 180º | 0.46% | 0.54% | - |
| HSV(B) | 180º | 0.57% | 0.75% | - |
| XYZ | 31.6 | 42.86 | 55.9 | - |
| YUV | 158.71 | 146.22 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 191 | 0.57 | 0 | 0 | 0.25 | 180 | 0.46 | 0.54 |
| Hex | 53 | BF | BF | 39 | 0 | 0 | 19 | B4 | 2E | 36 |
| Octal | 123 | 277 | 277 | 71 | 0 | 0 | 31 | 264 | 56 | 66 |
| Binary | 1010011 | 10111111 | 10111111 | 111001 | 0 | 0 | 11001 | 10110100 | 101110 | 110110 |
Color Harmonies of #53BFBF
Complementary color
Monochromatic Colors of #53BFBF
Black with #53BFBF
Text Example
Text Example
White with #53BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFBF; }
p { color: rgb(83,191,191); }
H1.HeaderClassName
{
color: #53BFBF;
}
.AnyTagClassName
{
color: #53BFBF;
}
</style>
background-color css
<style>
a { background-color: #53BFBF; }
a { background-color: rgb(83,191,191); }
div.DivClassName
{
background-color: #53BFBF;
}
.BgClassName
{
background-color: #53BFBF;
}
</style>
border-color css
<style>
span { border-color: #53BFBF; }
span { border-color: rgb(83,191,191); }
td.TdClassName
{
border-color: #53BFBF;
}
.TagClassName
{
border-color: #53BFBF;
}
</style>