Shades of Viking #52B0CF
Tints of Viking #52B0CF
RGB
CMYK
RGB Variations
Color information
#52B0CF (or 0x52B0CF) is known color: Viking. HEX triplet: 52, B0 and CF. RGB value is (82,176,207). Sum of RGB (Red+Green+Blue) = 82+176+207=465 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.63% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #52B0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B0CF is #AD4F30. Grayscale: #979797. Windows color (decimal): -11358001 or 13611090. OLE color: 13611090.
HSL color Cylindrical-coordinate representation of color #52B0CF: hue angle of 194.88º 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 #52B0CF is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 176 | 207 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.19 |
| HSL | 194.88º | 0.57% | 0.57% | - |
| HSV(B) | 194.88º | 0.6% | 0.81% | - |
| XYZ | 30.27 | 37.35 | 64.65 | - |
| YUV | 151.43 | 159.36 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 176 | 207 | 0.60 | 0.15 | 0 | 0.19 | 194.88 | 0.57 | 0.57 |
| Hex | 52 | B0 | CF | 3C | F | 0 | 13 | C3 | 39 | 39 |
| Octal | 122 | 260 | 317 | 74 | 17 | 0 | 23 | 303 | 71 | 71 |
| Binary | 1010010 | 10110000 | 11001111 | 111100 | 1111 | 0 | 10011 | 11000011 | 111001 | 111001 |
Color Harmonies of #52B0CF
Complementary color
Monochromatic Colors of #52B0CF
Black with #52B0CF
Text Example
Text Example
White with #52B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B0CF; }
p { color: rgb(82,176,207); }
H1.HeaderClassName
{
color: #52B0CF;
}
.AnyTagClassName
{
color: #52B0CF;
}
</style>
background-color css
<style>
a { background-color: #52B0CF; }
a { background-color: rgb(82,176,207); }
div.DivClassName
{
background-color: #52B0CF;
}
.BgClassName
{
background-color: #52B0CF;
}
</style>
border-color css
<style>
span { border-color: #52B0CF; }
span { border-color: rgb(82,176,207); }
td.TdClassName
{
border-color: #52B0CF;
}
.TagClassName
{
border-color: #52B0CF;
}
</style>