Shades of Viking #53AFBC
Tints of Viking #53AFBC
RGB
CMYK
RGB Variations
Color information
#53AFBC (or 0x53AFBC) is known color: Viking. HEX triplet: 53, AF and BC. RGB value is (83,175,188). Sum of RGB (Red+Green+Blue) = 83+175+188=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #53AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AFBC is #AC5043. Grayscale: #949494. Windows color (decimal): -11292740 or 12365651. OLE color: 12365651.
HSL color Cylindrical-coordinate representation of color #53AFBC: hue angle of 187.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 #53AFBC is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 175 | 188 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.26 |
| HSL | 187.43º | 0.44% | 0.53% | - |
| HSV(B) | 187.43º | 0.56% | 0.74% | - |
| XYZ | 27.97 | 36.13 | 53.08 | - |
| YUV | 148.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 188 | 0.56 | 0.07 | 0 | 0.26 | 187.43 | 0.44 | 0.53 |
| Hex | 53 | AF | BC | 38 | 7 | 0 | 1A | BB | 2C | 35 |
| Octal | 123 | 257 | 274 | 70 | 7 | 0 | 32 | 273 | 54 | 65 |
| Binary | 1010011 | 10101111 | 10111100 | 111000 | 111 | 0 | 11010 | 10111011 | 101100 | 110101 |
Color Harmonies of #53AFBC
Complementary color
Monochromatic Colors of #53AFBC
Black with #53AFBC
Text Example
Text Example
White with #53AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AFBC; }
p { color: rgb(83,175,188); }
H1.HeaderClassName
{
color: #53AFBC;
}
.AnyTagClassName
{
color: #53AFBC;
}
</style>
background-color css
<style>
a { background-color: #53AFBC; }
a { background-color: rgb(83,175,188); }
div.DivClassName
{
background-color: #53AFBC;
}
.BgClassName
{
background-color: #53AFBC;
}
</style>
border-color css
<style>
span { border-color: #53AFBC; }
span { border-color: rgb(83,175,188); }
td.TdClassName
{
border-color: #53AFBC;
}
.TagClassName
{
border-color: #53AFBC;
}
</style>