Shades of Viking #52B7D7
Tints of Viking #52B7D7
RGB
CMYK
RGB Variations
Color information
#52B7D7 (or 0x52B7D7) is known color: Viking. HEX triplet: 52, B7 and D7. RGB value is (82,183,215). Sum of RGB (Red+Green+Blue) = 82+183+215=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 215 - color contains mainly: blue. Hex color #52B7D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B7D7 is #AD4828. Grayscale: #9C9C9C. Windows color (decimal): -11356201 or 14137170. OLE color: 14137170.
HSL color Cylindrical-coordinate representation of color #52B7D7: hue angle of 194.44º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52B7D7 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 183 | 215 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.16 |
| HSL | 194.44º | 0.62% | 0.58% | - |
| HSV(B) | 194.44º | 0.62% | 0.84% | - |
| XYZ | 32.68 | 40.57 | 70.4 | - |
| YUV | 156.45 | 161.04 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 183 | 215 | 0.62 | 0.15 | 0 | 0.16 | 194.44 | 0.62 | 0.58 |
| Hex | 52 | B7 | D7 | 3E | F | 0 | 10 | C2 | 3E | 3A |
| Octal | 122 | 267 | 327 | 76 | 17 | 0 | 20 | 302 | 76 | 72 |
| Binary | 1010010 | 10110111 | 11010111 | 111110 | 1111 | 0 | 10000 | 11000010 | 111110 | 111010 |
Color Harmonies of #52B7D7
Complementary color
Monochromatic Colors of #52B7D7
Black with #52B7D7
Text Example
Text Example
White with #52B7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B7D7; }
p { color: rgb(82,183,215); }
H1.HeaderClassName
{
color: #52B7D7;
}
.AnyTagClassName
{
color: #52B7D7;
}
</style>
background-color css
<style>
a { background-color: #52B7D7; }
a { background-color: rgb(82,183,215); }
div.DivClassName
{
background-color: #52B7D7;
}
.BgClassName
{
background-color: #52B7D7;
}
</style>
border-color css
<style>
span { border-color: #52B7D7; }
span { border-color: rgb(82,183,215); }
td.TdClassName
{
border-color: #52B7D7;
}
.TagClassName
{
border-color: #52B7D7;
}
</style>