Shades of Viking #52B7CF
Tints of Viking #52B7CF
RGB
CMYK
RGB Variations
Color information
#52B7CF (or 0x52B7CF) is known color: Viking. HEX triplet: 52, B7 and CF. RGB value is (82,183,207). Sum of RGB (Red+Green+Blue) = 82+183+207=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #52B7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B7CF is #AD4830. Grayscale: #9B9B9B. Windows color (decimal): -11356209 or 13612882. OLE color: 13612882.
HSL color Cylindrical-coordinate representation of color #52B7CF: hue angle of 191.52º 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 #52B7CF is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 183 | 207 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.19 |
| HSL | 191.52º | 0.57% | 0.57% | - |
| HSV(B) | 191.52º | 0.6% | 0.81% | - |
| XYZ | 31.68 | 40.17 | 65.11 | - |
| YUV | 155.54 | 157.04 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 183 | 207 | 0.60 | 0.12 | 0 | 0.19 | 191.52 | 0.57 | 0.57 |
| Hex | 52 | B7 | CF | 3C | C | 0 | 13 | C0 | 39 | 39 |
| Octal | 122 | 267 | 317 | 74 | 14 | 0 | 23 | 300 | 71 | 71 |
| Binary | 1010010 | 10110111 | 11001111 | 111100 | 1100 | 0 | 10011 | 11000000 | 111001 | 111001 |
Color Harmonies of #52B7CF
Complementary color
Monochromatic Colors of #52B7CF
Black with #52B7CF
Text Example
Text Example
White with #52B7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B7CF; }
p { color: rgb(82,183,207); }
H1.HeaderClassName
{
color: #52B7CF;
}
.AnyTagClassName
{
color: #52B7CF;
}
</style>
background-color css
<style>
a { background-color: #52B7CF; }
a { background-color: rgb(82,183,207); }
div.DivClassName
{
background-color: #52B7CF;
}
.BgClassName
{
background-color: #52B7CF;
}
</style>
border-color css
<style>
span { border-color: #52B7CF; }
span { border-color: rgb(82,183,207); }
td.TdClassName
{
border-color: #52B7CF;
}
.TagClassName
{
border-color: #52B7CF;
}
</style>