Shades of Viking #53B2C7
Tints of Viking #53B2C7
RGB
CMYK
RGB Variations
Color information
#53B2C7 (or 0x53B2C7) is known color: Viking. HEX triplet: 53, B2 and C7. RGB value is (83,178,199). Sum of RGB (Red+Green+Blue) = 83+178+199=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 199 - color contains mainly: blue. Hex color #53B2C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B2C7 is #AC4D38. Grayscale: #979797. Windows color (decimal): -11291961 or 13087315. OLE color: 13087315.
HSL color Cylindrical-coordinate representation of color #53B2C7: hue angle of 190.86º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53B2C7 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 178 | 199 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.22 |
| HSL | 190.86º | 0.51% | 0.55% | - |
| HSV(B) | 190.86º | 0.58% | 0.78% | - |
| XYZ | 29.8 | 37.8 | 59.76 | - |
| YUV | 151.99 | 154.53 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 178 | 199 | 0.58 | 0.11 | 0 | 0.22 | 190.86 | 0.51 | 0.55 |
| Hex | 53 | B2 | C7 | 3A | B | 0 | 16 | BF | 33 | 37 |
| Octal | 123 | 262 | 307 | 72 | 13 | 0 | 26 | 277 | 63 | 67 |
| Binary | 1010011 | 10110010 | 11000111 | 111010 | 1011 | 0 | 10110 | 10111111 | 110011 | 110111 |
Color Harmonies of #53B2C7
Complementary color
Monochromatic Colors of #53B2C7
Black with #53B2C7
Text Example
Text Example
White with #53B2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B2C7; }
p { color: rgb(83,178,199); }
H1.HeaderClassName
{
color: #53B2C7;
}
.AnyTagClassName
{
color: #53B2C7;
}
</style>
background-color css
<style>
a { background-color: #53B2C7; }
a { background-color: rgb(83,178,199); }
div.DivClassName
{
background-color: #53B2C7;
}
.BgClassName
{
background-color: #53B2C7;
}
</style>
border-color css
<style>
span { border-color: #53B2C7; }
span { border-color: rgb(83,178,199); }
td.TdClassName
{
border-color: #53B2C7;
}
.TagClassName
{
border-color: #53B2C7;
}
</style>