Shades of Viking #52B2C6
Tints of Viking #52B2C6
RGB
CMYK
RGB Variations
Color information
#52B2C6 (or 0x52B2C6) is known color: Viking. HEX triplet: 52, B2 and C6. RGB value is (82,178,198). Sum of RGB (Red+Green+Blue) = 82+178+198=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #52B2C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B2C6 is #AD4D39. Grayscale: #979797. Windows color (decimal): -11357498 or 13021778. OLE color: 13021778.
HSL color Cylindrical-coordinate representation of color #52B2C6: hue angle of 190.34º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52B2C6 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 178 | 198 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.22 |
| HSL | 190.34º | 0.5% | 0.55% | - |
| HSV(B) | 190.34º | 0.59% | 0.78% | - |
| XYZ | 29.59 | 37.71 | 59.15 | - |
| YUV | 151.58 | 154.2 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 198 | 0.59 | 0.10 | 0 | 0.22 | 190.34 | 0.5 | 0.55 |
| Hex | 52 | B2 | C6 | 3B | A | 0 | 16 | BE | 32 | 37 |
| Octal | 122 | 262 | 306 | 73 | 12 | 0 | 26 | 276 | 62 | 67 |
| Binary | 1010010 | 10110010 | 11000110 | 111011 | 1010 | 0 | 10110 | 10111110 | 110010 | 110111 |
Color Harmonies of #52B2C6
Complementary color
Monochromatic Colors of #52B2C6
Black with #52B2C6
Text Example
Text Example
White with #52B2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B2C6; }
p { color: rgb(82,178,198); }
H1.HeaderClassName
{
color: #52B2C6;
}
.AnyTagClassName
{
color: #52B2C6;
}
</style>
background-color css
<style>
a { background-color: #52B2C6; }
a { background-color: rgb(82,178,198); }
div.DivClassName
{
background-color: #52B2C6;
}
.BgClassName
{
background-color: #52B2C6;
}
</style>
border-color css
<style>
span { border-color: #52B2C6; }
span { border-color: rgb(82,178,198); }
td.TdClassName
{
border-color: #52B2C6;
}
.TagClassName
{
border-color: #52B2C6;
}
</style>