Shades of Viking #53AECC
Tints of Viking #53AECC
RGB
CMYK
RGB Variations
Color information
#53AECC (or 0x53AECC) is known color: Viking. HEX triplet: 53, AE and CC. RGB value is (83,174,204). Sum of RGB (Red+Green+Blue) = 83+174+204=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #53AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AECC is #AC5133. Grayscale: #969696. Windows color (decimal): -11292980 or 13413971. OLE color: 13413971.
HSL color Cylindrical-coordinate representation of color #53AECC: hue angle of 194.88º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53AECC is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 174 | 204 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.2 |
| HSL | 194.88º | 0.54% | 0.56% | - |
| HSV(B) | 194.88º | 0.59% | 0.8% | - |
| XYZ | 29.6 | 36.47 | 62.61 | - |
| YUV | 150.21 | 158.35 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 174 | 204 | 0.59 | 0.15 | 0 | 0.2 | 194.88 | 0.54 | 0.56 |
| Hex | 53 | AE | CC | 3B | F | 0 | 14 | C3 | 36 | 38 |
| Octal | 123 | 256 | 314 | 73 | 17 | 0 | 24 | 303 | 66 | 70 |
| Binary | 1010011 | 10101110 | 11001100 | 111011 | 1111 | 0 | 10100 | 11000011 | 110110 | 111000 |
Color Harmonies of #53AECC
Complementary color
Monochromatic Colors of #53AECC
Black with #53AECC
Text Example
Text Example
White with #53AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AECC; }
p { color: rgb(83,174,204); }
H1.HeaderClassName
{
color: #53AECC;
}
.AnyTagClassName
{
color: #53AECC;
}
</style>
background-color css
<style>
a { background-color: #53AECC; }
a { background-color: rgb(83,174,204); }
div.DivClassName
{
background-color: #53AECC;
}
.BgClassName
{
background-color: #53AECC;
}
</style>
border-color css
<style>
span { border-color: #53AECC; }
span { border-color: rgb(83,174,204); }
td.TdClassName
{
border-color: #53AECC;
}
.TagClassName
{
border-color: #53AECC;
}
</style>