Shades of Viking #53AECF
Tints of Viking #53AECF
RGB
CMYK
RGB Variations
Color information
#53AECF (or 0x53AECF) is known color: Viking. HEX triplet: 53, AE and CF. RGB value is (83,174,207). Sum of RGB (Red+Green+Blue) = 83+174+207=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #53AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AECF is #AC5130. Grayscale: #969696. Windows color (decimal): -11292977 or 13610579. OLE color: 13610579.
HSL color Cylindrical-coordinate representation of color #53AECF: hue angle of 195.97º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53AECF is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 174 | 207 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.19 |
| HSL | 195.97º | 0.56% | 0.57% | - |
| HSV(B) | 195.97º | 0.6% | 0.81% | - |
| XYZ | 29.97 | 36.62 | 64.52 | - |
| YUV | 150.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 174 | 207 | 0.60 | 0.16 | 0 | 0.19 | 195.97 | 0.56 | 0.57 |
| Hex | 53 | AE | CF | 3C | 10 | 0 | 13 | C4 | 38 | 39 |
| Octal | 123 | 256 | 317 | 74 | 20 | 0 | 23 | 304 | 70 | 71 |
| Binary | 1010011 | 10101110 | 11001111 | 111100 | 10000 | 0 | 10011 | 11000100 | 111000 | 111001 |
Color Harmonies of #53AECF
Complementary color
Monochromatic Colors of #53AECF
Black with #53AECF
Text Example
Text Example
White with #53AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AECF; }
p { color: rgb(83,174,207); }
H1.HeaderClassName
{
color: #53AECF;
}
.AnyTagClassName
{
color: #53AECF;
}
</style>
background-color css
<style>
a { background-color: #53AECF; }
a { background-color: rgb(83,174,207); }
div.DivClassName
{
background-color: #53AECF;
}
.BgClassName
{
background-color: #53AECF;
}
</style>
border-color css
<style>
span { border-color: #53AECF; }
span { border-color: rgb(83,174,207); }
td.TdClassName
{
border-color: #53AECF;
}
.TagClassName
{
border-color: #53AECF;
}
</style>