Shades of Viking #52B8CF
Tints of Viking #52B8CF
RGB
CMYK
RGB Variations
Color information
#52B8CF (or 0x52B8CF) is known color: Viking. HEX triplet: 52, B8 and CF. RGB value is (82,184,207). Sum of RGB (Red+Green+Blue) = 82+184+207=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #52B8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B8CF is #AD4730. Grayscale: #9B9B9B. Windows color (decimal): -11355953 or 13613138. OLE color: 13613138.
HSL color Cylindrical-coordinate representation of color #52B8CF: hue angle of 191.04º 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 #52B8CF is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 184 | 207 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.19 |
| HSL | 191.04º | 0.57% | 0.57% | - |
| HSV(B) | 191.04º | 0.6% | 0.81% | - |
| XYZ | 31.88 | 40.58 | 65.18 | - |
| YUV | 156.12 | 156.71 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 184 | 207 | 0.60 | 0.11 | 0 | 0.19 | 191.04 | 0.57 | 0.57 |
| Hex | 52 | B8 | CF | 3C | B | 0 | 13 | BF | 39 | 39 |
| Octal | 122 | 270 | 317 | 74 | 13 | 0 | 23 | 277 | 71 | 71 |
| Binary | 1010010 | 10111000 | 11001111 | 111100 | 1011 | 0 | 10011 | 10111111 | 111001 | 111001 |
Color Harmonies of #52B8CF
Complementary color
Monochromatic Colors of #52B8CF
Black with #52B8CF
Text Example
Text Example
White with #52B8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B8CF; }
p { color: rgb(82,184,207); }
H1.HeaderClassName
{
color: #52B8CF;
}
.AnyTagClassName
{
color: #52B8CF;
}
</style>
background-color css
<style>
a { background-color: #52B8CF; }
a { background-color: rgb(82,184,207); }
div.DivClassName
{
background-color: #52B8CF;
}
.BgClassName
{
background-color: #52B8CF;
}
</style>
border-color css
<style>
span { border-color: #52B8CF; }
span { border-color: rgb(82,184,207); }
td.TdClassName
{
border-color: #52B8CF;
}
.TagClassName
{
border-color: #52B8CF;
}
</style>