Shades of Viking #52B8C2
Tints of Viking #52B8C2
RGB
CMYK
RGB Variations
Color information
#52B8C2 (or 0x52B8C2) is known color: Viking. HEX triplet: 52, B8 and C2. RGB value is (82,184,194). Sum of RGB (Red+Green+Blue) = 82+184+194=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 194 - color contains mainly: blue. Hex color #52B8C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B8C2 is #AD473D. Grayscale: #9A9A9A. Windows color (decimal): -11355966 or 12761170. OLE color: 12761170.
HSL color Cylindrical-coordinate representation of color #52B8C2: hue angle of 185.36º 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 #52B8C2 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 184 | 194 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.24 |
| HSL | 185.36º | 0.48% | 0.54% | - |
| HSV(B) | 185.36º | 0.58% | 0.76% | - |
| XYZ | 30.36 | 39.97 | 57.15 | - |
| YUV | 154.64 | 150.21 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 184 | 194 | 0.58 | 0.05 | 0 | 0.24 | 185.36 | 0.48 | 0.54 |
| Hex | 52 | B8 | C2 | 3A | 5 | 0 | 18 | B9 | 30 | 36 |
| Octal | 122 | 270 | 302 | 72 | 5 | 0 | 30 | 271 | 60 | 66 |
| Binary | 1010010 | 10111000 | 11000010 | 111010 | 101 | 0 | 11000 | 10111001 | 110000 | 110110 |
Color Harmonies of #52B8C2
Complementary color
Monochromatic Colors of #52B8C2
Black with #52B8C2
Text Example
Text Example
White with #52B8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B8C2; }
p { color: rgb(82,184,194); }
H1.HeaderClassName
{
color: #52B8C2;
}
.AnyTagClassName
{
color: #52B8C2;
}
</style>
background-color css
<style>
a { background-color: #52B8C2; }
a { background-color: rgb(82,184,194); }
div.DivClassName
{
background-color: #52B8C2;
}
.BgClassName
{
background-color: #52B8C2;
}
</style>
border-color css
<style>
span { border-color: #52B8C2; }
span { border-color: rgb(82,184,194); }
td.TdClassName
{
border-color: #52B8C2;
}
.TagClassName
{
border-color: #52B8C2;
}
</style>