Shades of Viking #53AEC6
Tints of Viking #53AEC6
RGB
CMYK
RGB Variations
Color information
#53AEC6 (or 0x53AEC6) is known color: Viking. HEX triplet: 53, AE and C6. RGB value is (83,174,198). Sum of RGB (Red+Green+Blue) = 83+174+198=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #53AEC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AEC6 is #AC5139. Grayscale: #959595. Windows color (decimal): -11292986 or 13020755. OLE color: 13020755.
HSL color Cylindrical-coordinate representation of color #53AEC6: hue angle of 192.52º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53AEC6 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 174 | 198 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.22 |
| HSL | 192.52º | 0.5% | 0.55% | - |
| HSV(B) | 192.52º | 0.58% | 0.78% | - |
| XYZ | 28.9 | 36.19 | 58.89 | - |
| YUV | 149.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 174 | 198 | 0.58 | 0.12 | 0 | 0.22 | 192.52 | 0.5 | 0.55 |
| Hex | 53 | AE | C6 | 3A | C | 0 | 16 | C1 | 32 | 37 |
| Octal | 123 | 256 | 306 | 72 | 14 | 0 | 26 | 301 | 62 | 67 |
| Binary | 1010011 | 10101110 | 11000110 | 111010 | 1100 | 0 | 10110 | 11000001 | 110010 | 110111 |
Color Harmonies of #53AEC6
Complementary color
Monochromatic Colors of #53AEC6
Black with #53AEC6
Text Example
Text Example
White with #53AEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AEC6; }
p { color: rgb(83,174,198); }
H1.HeaderClassName
{
color: #53AEC6;
}
.AnyTagClassName
{
color: #53AEC6;
}
</style>
background-color css
<style>
a { background-color: #53AEC6; }
a { background-color: rgb(83,174,198); }
div.DivClassName
{
background-color: #53AEC6;
}
.BgClassName
{
background-color: #53AEC6;
}
</style>
border-color css
<style>
span { border-color: #53AEC6; }
span { border-color: rgb(83,174,198); }
td.TdClassName
{
border-color: #53AEC6;
}
.TagClassName
{
border-color: #53AEC6;
}
</style>