Shades of Viking #53BCBD
Tints of Viking #53BCBD
RGB
CMYK
RGB Variations
Color information
#53BCBD (or 0x53BCBD) is known color: Viking. HEX triplet: 53, BC and BD. RGB value is (83,188,189). Sum of RGB (Red+Green+Blue) = 83+188+189=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #53BCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BCBD is #AC4342. Grayscale: #9C9C9C. Windows color (decimal): -11289411 or 12434515. OLE color: 12434515.
HSL color Cylindrical-coordinate representation of color #53BCBD: hue angle of 180.57º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BCBD is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 189 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.26 |
| HSL | 180.57º | 0.45% | 0.53% | - |
| HSV(B) | 180.57º | 0.56% | 0.74% | - |
| XYZ | 30.74 | 41.48 | 54.53 | - |
| YUV | 156.72 | 146.21 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 189 | 0.56 | 0.01 | 0 | 0.26 | 180.57 | 0.45 | 0.53 |
| Hex | 53 | BC | BD | 38 | 1 | 0 | 1A | B5 | 2D | 35 |
| Octal | 123 | 274 | 275 | 70 | 1 | 0 | 32 | 265 | 55 | 65 |
| Binary | 1010011 | 10111100 | 10111101 | 111000 | 1 | 0 | 11010 | 10110101 | 101101 | 110101 |
Color Harmonies of #53BCBD
Complementary color
Monochromatic Colors of #53BCBD
Black with #53BCBD
Text Example
Text Example
White with #53BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BCBD; }
p { color: rgb(83,188,189); }
H1.HeaderClassName
{
color: #53BCBD;
}
.AnyTagClassName
{
color: #53BCBD;
}
</style>
background-color css
<style>
a { background-color: #53BCBD; }
a { background-color: rgb(83,188,189); }
div.DivClassName
{
background-color: #53BCBD;
}
.BgClassName
{
background-color: #53BCBD;
}
</style>
border-color css
<style>
span { border-color: #53BCBD; }
span { border-color: rgb(83,188,189); }
td.TdClassName
{
border-color: #53BCBD;
}
.TagClassName
{
border-color: #53BCBD;
}
</style>