Shades of Viking #52B1CF
Tints of Viking #52B1CF
RGB
CMYK
RGB Variations
Color information
#52B1CF (or 0x52B1CF) is known color: Viking. HEX triplet: 52, B1 and CF. RGB value is (82,177,207). Sum of RGB (Red+Green+Blue) = 82+177+207=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #52B1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B1CF is #AD4E30. Grayscale: #979797. Windows color (decimal): -11357745 or 13611346. OLE color: 13611346.
HSL color Cylindrical-coordinate representation of color #52B1CF: hue angle of 194.4º 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 #52B1CF is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 177 | 207 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.19 |
| HSL | 194.4º | 0.57% | 0.57% | - |
| HSV(B) | 194.4º | 0.6% | 0.81% | - |
| XYZ | 30.46 | 37.74 | 64.71 | - |
| YUV | 152.02 | 159.03 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 177 | 207 | 0.60 | 0.14 | 0 | 0.19 | 194.4 | 0.57 | 0.57 |
| Hex | 52 | B1 | CF | 3C | E | 0 | 13 | C2 | 39 | 39 |
| Octal | 122 | 261 | 317 | 74 | 16 | 0 | 23 | 302 | 71 | 71 |
| Binary | 1010010 | 10110001 | 11001111 | 111100 | 1110 | 0 | 10011 | 11000010 | 111001 | 111001 |
Color Harmonies of #52B1CF
Complementary color
Monochromatic Colors of #52B1CF
Black with #52B1CF
Text Example
Text Example
White with #52B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B1CF; }
p { color: rgb(82,177,207); }
H1.HeaderClassName
{
color: #52B1CF;
}
.AnyTagClassName
{
color: #52B1CF;
}
</style>
background-color css
<style>
a { background-color: #52B1CF; }
a { background-color: rgb(82,177,207); }
div.DivClassName
{
background-color: #52B1CF;
}
.BgClassName
{
background-color: #52B1CF;
}
</style>
border-color css
<style>
span { border-color: #52B1CF; }
span { border-color: rgb(82,177,207); }
td.TdClassName
{
border-color: #52B1CF;
}
.TagClassName
{
border-color: #52B1CF;
}
</style>