Shades of Viking #52B0C1
Tints of Viking #52B0C1
RGB
CMYK
RGB Variations
Color information
#52B0C1 (or 0x52B0C1) is known color: Viking. HEX triplet: 52, B0 and C1. RGB value is (82,176,193). Sum of RGB (Red+Green+Blue) = 82+176+193=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #52B0C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B0C1 is #AD4F3E. Grayscale: #959595. Windows color (decimal): -11358015 or 12693586. OLE color: 12693586.
HSL color Cylindrical-coordinate representation of color #52B0C1: hue angle of 189.19º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52B0C1 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 176 | 193 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.24 |
| HSL | 189.19º | 0.47% | 0.54% | - |
| HSV(B) | 189.19º | 0.58% | 0.76% | - |
| XYZ | 28.63 | 36.69 | 56.03 | - |
| YUV | 149.83 | 152.36 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 176 | 193 | 0.58 | 0.09 | 0 | 0.24 | 189.19 | 0.47 | 0.54 |
| Hex | 52 | B0 | C1 | 3A | 9 | 0 | 18 | BD | 2F | 36 |
| Octal | 122 | 260 | 301 | 72 | 11 | 0 | 30 | 275 | 57 | 66 |
| Binary | 1010010 | 10110000 | 11000001 | 111010 | 1001 | 0 | 11000 | 10111101 | 101111 | 110110 |
Color Harmonies of #52B0C1
Complementary color
Monochromatic Colors of #52B0C1
Black with #52B0C1
Text Example
Text Example
White with #52B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B0C1; }
p { color: rgb(82,176,193); }
H1.HeaderClassName
{
color: #52B0C1;
}
.AnyTagClassName
{
color: #52B0C1;
}
</style>
background-color css
<style>
a { background-color: #52B0C1; }
a { background-color: rgb(82,176,193); }
div.DivClassName
{
background-color: #52B0C1;
}
.BgClassName
{
background-color: #52B0C1;
}
</style>
border-color css
<style>
span { border-color: #52B0C1; }
span { border-color: rgb(82,176,193); }
td.TdClassName
{
border-color: #52B0C1;
}
.TagClassName
{
border-color: #52B0C1;
}
</style>