Shades of Viking #52B5C2
Tints of Viking #52B5C2
RGB
CMYK
RGB Variations
Color information
#52B5C2 (or 0x52B5C2) is known color: Viking. HEX triplet: 52, B5 and C2. RGB value is (82,181,194). Sum of RGB (Red+Green+Blue) = 82+181+194=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #52B5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B5C2 is #AD4A3D. Grayscale: #989898. Windows color (decimal): -11356734 or 12760402. OLE color: 12760402.
HSL color Cylindrical-coordinate representation of color #52B5C2: hue angle of 186.96º degrees, saturation: 0.48, 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 #52B5C2 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 181 | 194 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.24 |
| HSL | 186.96º | 0.48% | 0.54% | - |
| HSV(B) | 186.96º | 0.58% | 0.76% | - |
| XYZ | 29.74 | 38.74 | 56.95 | - |
| YUV | 152.88 | 151.2 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 181 | 194 | 0.58 | 0.07 | 0 | 0.24 | 186.96 | 0.48 | 0.54 |
| Hex | 52 | B5 | C2 | 3A | 7 | 0 | 18 | BB | 30 | 36 |
| Octal | 122 | 265 | 302 | 72 | 7 | 0 | 30 | 273 | 60 | 66 |
| Binary | 1010010 | 10110101 | 11000010 | 111010 | 111 | 0 | 11000 | 10111011 | 110000 | 110110 |
Color Harmonies of #52B5C2
Complementary color
Monochromatic Colors of #52B5C2
Black with #52B5C2
Text Example
Text Example
White with #52B5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B5C2; }
p { color: rgb(82,181,194); }
H1.HeaderClassName
{
color: #52B5C2;
}
.AnyTagClassName
{
color: #52B5C2;
}
</style>
background-color css
<style>
a { background-color: #52B5C2; }
a { background-color: rgb(82,181,194); }
div.DivClassName
{
background-color: #52B5C2;
}
.BgClassName
{
background-color: #52B5C2;
}
</style>
border-color css
<style>
span { border-color: #52B5C2; }
span { border-color: rgb(82,181,194); }
td.TdClassName
{
border-color: #52B5C2;
}
.TagClassName
{
border-color: #52B5C2;
}
</style>