Shades of Viking #53B9C5
Tints of Viking #53B9C5
RGB
CMYK
RGB Variations
Color information
#53B9C5 (or 0x53B9C5) is known color: Viking. HEX triplet: 53, B9 and C5. RGB value is (83,185,197). Sum of RGB (Red+Green+Blue) = 83+185+197=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #53B9C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B9C5 is #AC463A. Grayscale: #9B9B9B. Windows color (decimal): -11290171 or 12958035. OLE color: 12958035.
HSL color Cylindrical-coordinate representation of color #53B9C5: hue angle of 186.32º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53B9C5 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 185 | 197 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.23 |
| HSL | 186.32º | 0.5% | 0.55% | - |
| HSV(B) | 186.32º | 0.58% | 0.77% | - |
| XYZ | 30.99 | 40.57 | 59.02 | - |
| YUV | 155.87 | 151.21 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 185 | 197 | 0.58 | 0.06 | 0 | 0.23 | 186.32 | 0.5 | 0.55 |
| Hex | 53 | B9 | C5 | 3A | 6 | 0 | 17 | BA | 32 | 37 |
| Octal | 123 | 271 | 305 | 72 | 6 | 0 | 27 | 272 | 62 | 67 |
| Binary | 1010011 | 10111001 | 11000101 | 111010 | 110 | 0 | 10111 | 10111010 | 110010 | 110111 |
Color Harmonies of #53B9C5
Complementary color
Monochromatic Colors of #53B9C5
Black with #53B9C5
Text Example
Text Example
White with #53B9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B9C5; }
p { color: rgb(83,185,197); }
H1.HeaderClassName
{
color: #53B9C5;
}
.AnyTagClassName
{
color: #53B9C5;
}
</style>
background-color css
<style>
a { background-color: #53B9C5; }
a { background-color: rgb(83,185,197); }
div.DivClassName
{
background-color: #53B9C5;
}
.BgClassName
{
background-color: #53B9C5;
}
</style>
border-color css
<style>
span { border-color: #53B9C5; }
span { border-color: rgb(83,185,197); }
td.TdClassName
{
border-color: #53B9C5;
}
.TagClassName
{
border-color: #53B9C5;
}
</style>