Shades of Viking #53ACB8
Tints of Viking #53ACB8
RGB
CMYK
RGB Variations
Color information
#53ACB8 (or 0x53ACB8) is known color: Viking. HEX triplet: 53, AC and B8. RGB value is (83,172,184). Sum of RGB (Red+Green+Blue) = 83+172+184=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 184 - color contains mainly: blue. Hex color #53ACB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACB8 is #AC5347. Grayscale: #929292. Windows color (decimal): -11293512 or 12102739. OLE color: 12102739.
HSL color Cylindrical-coordinate representation of color #53ACB8: hue angle of 187.13º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53ACB8 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 172 | 184 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.28 |
| HSL | 187.13º | 0.42% | 0.52% | - |
| HSV(B) | 187.13º | 0.55% | 0.72% | - |
| XYZ | 26.97 | 34.8 | 50.64 | - |
| YUV | 146.76 | 149.01 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 172 | 184 | 0.55 | 0.07 | 0 | 0.28 | 187.13 | 0.42 | 0.52 |
| Hex | 53 | AC | B8 | 37 | 7 | 0 | 1C | BB | 2A | 34 |
| Octal | 123 | 254 | 270 | 67 | 7 | 0 | 34 | 273 | 52 | 64 |
| Binary | 1010011 | 10101100 | 10111000 | 110111 | 111 | 0 | 11100 | 10111011 | 101010 | 110100 |
Color Harmonies of #53ACB8
Complementary color
Monochromatic Colors of #53ACB8
Black with #53ACB8
Text Example
Text Example
White with #53ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ACB8; }
p { color: rgb(83,172,184); }
H1.HeaderClassName
{
color: #53ACB8;
}
.AnyTagClassName
{
color: #53ACB8;
}
</style>
background-color css
<style>
a { background-color: #53ACB8; }
a { background-color: rgb(83,172,184); }
div.DivClassName
{
background-color: #53ACB8;
}
.BgClassName
{
background-color: #53ACB8;
}
</style>
border-color css
<style>
span { border-color: #53ACB8; }
span { border-color: rgb(83,172,184); }
td.TdClassName
{
border-color: #53ACB8;
}
.TagClassName
{
border-color: #53ACB8;
}
</style>