Shades of Viking #52BFCF
Tints of Viking #52BFCF
RGB
CMYK
RGB Variations
Color information
#52BFCF (or 0x52BFCF) is known color: Viking. HEX triplet: 52, BF and CF. RGB value is (82,191,207). Sum of RGB (Red+Green+Blue) = 82+191+207=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #52BFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BFCF is #AD4030. Grayscale: #A0A0A0. Windows color (decimal): -11354161 or 13614930. OLE color: 13614930.
HSL color Cylindrical-coordinate representation of color #52BFCF: hue angle of 187.68º 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 #52BFCF is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 191 | 207 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.19 |
| HSL | 187.68º | 0.57% | 0.57% | - |
| HSV(B) | 187.68º | 0.6% | 0.81% | - |
| XYZ | 33.37 | 43.56 | 65.68 | - |
| YUV | 160.23 | 154.39 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 207 | 0.60 | 0.08 | 0 | 0.19 | 187.68 | 0.57 | 0.57 |
| Hex | 52 | BF | CF | 3C | 8 | 0 | 13 | BC | 39 | 39 |
| Octal | 122 | 277 | 317 | 74 | 10 | 0 | 23 | 274 | 71 | 71 |
| Binary | 1010010 | 10111111 | 11001111 | 111100 | 1000 | 0 | 10011 | 10111100 | 111001 | 111001 |
Color Harmonies of #52BFCF
Complementary color
Monochromatic Colors of #52BFCF
Black with #52BFCF
Text Example
Text Example
White with #52BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFCF; }
p { color: rgb(82,191,207); }
H1.HeaderClassName
{
color: #52BFCF;
}
.AnyTagClassName
{
color: #52BFCF;
}
</style>
background-color css
<style>
a { background-color: #52BFCF; }
a { background-color: rgb(82,191,207); }
div.DivClassName
{
background-color: #52BFCF;
}
.BgClassName
{
background-color: #52BFCF;
}
</style>
border-color css
<style>
span { border-color: #52BFCF; }
span { border-color: rgb(82,191,207); }
td.TdClassName
{
border-color: #52BFCF;
}
.TagClassName
{
border-color: #52BFCF;
}
</style>