Shades of Viking #53BDBC
Tints of Viking #53BDBC
RGB
CMYK
RGB Variations
Color information
#53BDBC (or 0x53BDBC) is known color: Viking. HEX triplet: 53, BD and BC. RGB value is (83,189,188). Sum of RGB (Red+Green+Blue) = 83+189+188=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #53BDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDBC is #AC4243. Grayscale: #9D9D9D. Windows color (decimal): -11289156 or 12369235. OLE color: 12369235.
HSL color Cylindrical-coordinate representation of color #53BDBC: hue angle of 179.43º 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 #53BDBC is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 189 | 188 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.26 |
| HSL | 179.43º | 0.45% | 0.53% | - |
| HSV(B) | 179.43º | 0.56% | 0.74% | - |
| XYZ | 30.84 | 41.87 | 54.03 | - |
| YUV | 157.19 | 145.38 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 188 | 0.56 | 0 | 0.01 | 0.26 | 179.43 | 0.45 | 0.53 |
| Hex | 53 | BD | BC | 38 | 0 | 1 | 1A | B3 | 2D | 35 |
| Octal | 123 | 275 | 274 | 70 | 0 | 1 | 32 | 263 | 55 | 65 |
| Binary | 1010011 | 10111101 | 10111100 | 111000 | 0 | 1 | 11010 | 10110011 | 101101 | 110101 |
Color Harmonies of #53BDBC
Complementary color
Monochromatic Colors of #53BDBC
Black with #53BDBC
Text Example
Text Example
White with #53BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BDBC; }
p { color: rgb(83,189,188); }
H1.HeaderClassName
{
color: #53BDBC;
}
.AnyTagClassName
{
color: #53BDBC;
}
</style>
background-color css
<style>
a { background-color: #53BDBC; }
a { background-color: rgb(83,189,188); }
div.DivClassName
{
background-color: #53BDBC;
}
.BgClassName
{
background-color: #53BDBC;
}
</style>
border-color css
<style>
span { border-color: #53BDBC; }
span { border-color: rgb(83,189,188); }
td.TdClassName
{
border-color: #53BDBC;
}
.TagClassName
{
border-color: #53BDBC;
}
</style>