Shades of Viking #52AECC
Tints of Viking #52AECC
RGB
CMYK
RGB Variations
Color information
#52AECC (or 0x52AECC) is known color: Viking. HEX triplet: 52, AE and CC. RGB value is (82,174,204). Sum of RGB (Red+Green+Blue) = 82+174+204=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #52AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AECC is #AD5133. Grayscale: #959595. Windows color (decimal): -11358516 or 13413970. OLE color: 13413970.
HSL color Cylindrical-coordinate representation of color #52AECC: hue angle of 194.75º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52AECC is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 174 | 204 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.2 |
| HSL | 194.75º | 0.54% | 0.56% | - |
| HSV(B) | 194.75º | 0.6% | 0.8% | - |
| XYZ | 29.51 | 36.43 | 62.6 | - |
| YUV | 149.91 | 158.52 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 174 | 204 | 0.60 | 0.15 | 0 | 0.2 | 194.75 | 0.54 | 0.56 |
| Hex | 52 | AE | CC | 3C | F | 0 | 14 | C3 | 36 | 38 |
| Octal | 122 | 256 | 314 | 74 | 17 | 0 | 24 | 303 | 66 | 70 |
| Binary | 1010010 | 10101110 | 11001100 | 111100 | 1111 | 0 | 10100 | 11000011 | 110110 | 111000 |
Color Harmonies of #52AECC
Complementary color
Monochromatic Colors of #52AECC
Black with #52AECC
Text Example
Text Example
White with #52AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AECC; }
p { color: rgb(82,174,204); }
H1.HeaderClassName
{
color: #52AECC;
}
.AnyTagClassName
{
color: #52AECC;
}
</style>
background-color css
<style>
a { background-color: #52AECC; }
a { background-color: rgb(82,174,204); }
div.DivClassName
{
background-color: #52AECC;
}
.BgClassName
{
background-color: #52AECC;
}
</style>
border-color css
<style>
span { border-color: #52AECC; }
span { border-color: rgb(82,174,204); }
td.TdClassName
{
border-color: #52AECC;
}
.TagClassName
{
border-color: #52AECC;
}
</style>