Shades of Viking #52BDC5
Tints of Viking #52BDC5
RGB
CMYK
RGB Variations
Color information
#52BDC5 (or 0x52BDC5) is known color: Viking. HEX triplet: 52, BD and C5. RGB value is (82,189,197). Sum of RGB (Red+Green+Blue) = 82+189+197=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #52BDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BDC5 is #AD423A. Grayscale: #9D9D9D. Windows color (decimal): -11354683 or 12959058. OLE color: 12959058.
HSL color Cylindrical-coordinate representation of color #52BDC5: hue angle of 184.17º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52BDC5 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 189 | 197 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.23 |
| HSL | 184.17º | 0.5% | 0.55% | - |
| HSV(B) | 184.17º | 0.58% | 0.77% | - |
| XYZ | 31.76 | 42.22 | 59.3 | - |
| YUV | 157.92 | 150.05 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 197 | 0.58 | 0.04 | 0 | 0.23 | 184.17 | 0.5 | 0.55 |
| Hex | 52 | BD | C5 | 3A | 4 | 0 | 17 | B8 | 32 | 37 |
| Octal | 122 | 275 | 305 | 72 | 4 | 0 | 27 | 270 | 62 | 67 |
| Binary | 1010010 | 10111101 | 11000101 | 111010 | 100 | 0 | 10111 | 10111000 | 110010 | 110111 |
Color Harmonies of #52BDC5
Complementary color
Monochromatic Colors of #52BDC5
Black with #52BDC5
Text Example
Text Example
White with #52BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BDC5; }
p { color: rgb(82,189,197); }
H1.HeaderClassName
{
color: #52BDC5;
}
.AnyTagClassName
{
color: #52BDC5;
}
</style>
background-color css
<style>
a { background-color: #52BDC5; }
a { background-color: rgb(82,189,197); }
div.DivClassName
{
background-color: #52BDC5;
}
.BgClassName
{
background-color: #52BDC5;
}
</style>
border-color css
<style>
span { border-color: #52BDC5; }
span { border-color: rgb(82,189,197); }
td.TdClassName
{
border-color: #52BDC5;
}
.TagClassName
{
border-color: #52BDC5;
}
</style>