Shades of Viking #53A8BC
Tints of Viking #53A8BC
RGB
CMYK
RGB Variations
Color information
#53A8BC (or 0x53A8BC) is known color: Viking. HEX triplet: 53, A8 and BC. RGB value is (83,168,188). Sum of RGB (Red+Green+Blue) = 83+168+188=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #53A8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8BC is #AC5743. Grayscale: #909090. Windows color (decimal): -11294532 or 12363859. OLE color: 12363859.
HSL color Cylindrical-coordinate representation of color #53A8BC: hue angle of 191.43º degrees, saturation: 0.44, 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 #53A8BC is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 168 | 188 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.26 |
| HSL | 191.43º | 0.44% | 0.53% | - |
| HSV(B) | 191.43º | 0.56% | 0.74% | - |
| XYZ | 26.65 | 33.48 | 52.63 | - |
| YUV | 144.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 188 | 0.56 | 0.11 | 0 | 0.26 | 191.43 | 0.44 | 0.53 |
| Hex | 53 | A8 | BC | 38 | B | 0 | 1A | BF | 2C | 35 |
| Octal | 123 | 250 | 274 | 70 | 13 | 0 | 32 | 277 | 54 | 65 |
| Binary | 1010011 | 10101000 | 10111100 | 111000 | 1011 | 0 | 11010 | 10111111 | 101100 | 110101 |
Color Harmonies of #53A8BC
Complementary color
Monochromatic Colors of #53A8BC
Black with #53A8BC
Text Example
Text Example
White with #53A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A8BC; }
p { color: rgb(83,168,188); }
H1.HeaderClassName
{
color: #53A8BC;
}
.AnyTagClassName
{
color: #53A8BC;
}
</style>
background-color css
<style>
a { background-color: #53A8BC; }
a { background-color: rgb(83,168,188); }
div.DivClassName
{
background-color: #53A8BC;
}
.BgClassName
{
background-color: #53A8BC;
}
</style>
border-color css
<style>
span { border-color: #53A8BC; }
span { border-color: rgb(83,168,188); }
td.TdClassName
{
border-color: #53A8BC;
}
.TagClassName
{
border-color: #53A8BC;
}
</style>