Shades of Viking #52B1C8
Tints of Viking #52B1C8
RGB
CMYK
RGB Variations
Color information
#52B1C8 (or 0x52B1C8) is known color: Viking. HEX triplet: 52, B1 and C8. RGB value is (82,177,200). Sum of RGB (Red+Green+Blue) = 82+177+200=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #52B1C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B1C8 is #AD4E37. Grayscale: #979797. Windows color (decimal): -11357752 or 13152594. OLE color: 13152594.
HSL color Cylindrical-coordinate representation of color #52B1C8: hue angle of 191.69º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52B1C8 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 177 | 200 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.22 |
| HSL | 191.69º | 0.52% | 0.55% | - |
| HSV(B) | 191.69º | 0.59% | 0.78% | - |
| XYZ | 29.63 | 37.41 | 60.3 | - |
| YUV | 151.22 | 155.53 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 177 | 200 | 0.59 | 0.12 | 0 | 0.22 | 191.69 | 0.52 | 0.55 |
| Hex | 52 | B1 | C8 | 3B | C | 0 | 16 | C0 | 34 | 37 |
| Octal | 122 | 261 | 310 | 73 | 14 | 0 | 26 | 300 | 64 | 67 |
| Binary | 1010010 | 10110001 | 11001000 | 111011 | 1100 | 0 | 10110 | 11000000 | 110100 | 110111 |
Color Harmonies of #52B1C8
Complementary color
Monochromatic Colors of #52B1C8
Black with #52B1C8
Text Example
Text Example
White with #52B1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B1C8; }
p { color: rgb(82,177,200); }
H1.HeaderClassName
{
color: #52B1C8;
}
.AnyTagClassName
{
color: #52B1C8;
}
</style>
background-color css
<style>
a { background-color: #52B1C8; }
a { background-color: rgb(82,177,200); }
div.DivClassName
{
background-color: #52B1C8;
}
.BgClassName
{
background-color: #52B1C8;
}
</style>
border-color css
<style>
span { border-color: #52B1C8; }
span { border-color: rgb(82,177,200); }
td.TdClassName
{
border-color: #52B1C8;
}
.TagClassName
{
border-color: #52B1C8;
}
</style>