Shades of Viking #52ABCF
Tints of Viking #52ABCF
RGB
CMYK
RGB Variations
Color information
#52ABCF (or 0x52ABCF) is known color: Viking. HEX triplet: 52, AB and CF. RGB value is (82,171,207). Sum of RGB (Red+Green+Blue) = 82+171+207=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #52ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABCF is #AD5430. Grayscale: #949494. Windows color (decimal): -11359281 or 13609810. OLE color: 13609810.
HSL color Cylindrical-coordinate representation of color #52ABCF: hue angle of 197.28º degrees, saturation: 0.57, 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 #52ABCF is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 171 | 207 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.19 |
| HSL | 197.28º | 0.57% | 0.57% | - |
| HSV(B) | 197.28º | 0.6% | 0.81% | - |
| XYZ | 29.31 | 35.42 | 64.32 | - |
| YUV | 148.49 | 161.01 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 207 | 0.60 | 0.17 | 0 | 0.19 | 197.28 | 0.57 | 0.57 |
| Hex | 52 | AB | CF | 3C | 11 | 0 | 13 | C5 | 39 | 39 |
| Octal | 122 | 253 | 317 | 74 | 21 | 0 | 23 | 305 | 71 | 71 |
| Binary | 1010010 | 10101011 | 11001111 | 111100 | 10001 | 0 | 10011 | 11000101 | 111001 | 111001 |
Color Harmonies of #52ABCF
Complementary color
Monochromatic Colors of #52ABCF
Black with #52ABCF
Text Example
Text Example
White with #52ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ABCF; }
p { color: rgb(82,171,207); }
H1.HeaderClassName
{
color: #52ABCF;
}
.AnyTagClassName
{
color: #52ABCF;
}
</style>
background-color css
<style>
a { background-color: #52ABCF; }
a { background-color: rgb(82,171,207); }
div.DivClassName
{
background-color: #52ABCF;
}
.BgClassName
{
background-color: #52ABCF;
}
</style>
border-color css
<style>
span { border-color: #52ABCF; }
span { border-color: rgb(82,171,207); }
td.TdClassName
{
border-color: #52ABCF;
}
.TagClassName
{
border-color: #52ABCF;
}
</style>