Shades of Viking #53BFC9
Tints of Viking #53BFC9
RGB
CMYK
RGB Variations
Color information
#53BFC9 (or 0x53BFC9) is known color: Viking. HEX triplet: 53, BF and C9. RGB value is (83,191,201). Sum of RGB (Red+Green+Blue) = 83+191+201=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #53BFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFC9 is #AC4036. Grayscale: #9F9F9F. Windows color (decimal): -11288631 or 13221715. OLE color: 13221715.
HSL color Cylindrical-coordinate representation of color #53BFC9: hue angle of 185.08º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53BFC9 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 191 | 201 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.21 |
| HSL | 185.08º | 0.52% | 0.56% | - |
| HSV(B) | 185.08º | 0.59% | 0.79% | - |
| XYZ | 32.74 | 43.32 | 61.89 | - |
| YUV | 159.85 | 151.22 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 201 | 0.59 | 0.05 | 0 | 0.21 | 185.08 | 0.52 | 0.56 |
| Hex | 53 | BF | C9 | 3B | 5 | 0 | 15 | B9 | 34 | 38 |
| Octal | 123 | 277 | 311 | 73 | 5 | 0 | 25 | 271 | 64 | 70 |
| Binary | 1010011 | 10111111 | 11001001 | 111011 | 101 | 0 | 10101 | 10111001 | 110100 | 111000 |
Color Harmonies of #53BFC9
Complementary color
Monochromatic Colors of #53BFC9
Black with #53BFC9
Text Example
Text Example
White with #53BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFC9; }
p { color: rgb(83,191,201); }
H1.HeaderClassName
{
color: #53BFC9;
}
.AnyTagClassName
{
color: #53BFC9;
}
</style>
background-color css
<style>
a { background-color: #53BFC9; }
a { background-color: rgb(83,191,201); }
div.DivClassName
{
background-color: #53BFC9;
}
.BgClassName
{
background-color: #53BFC9;
}
</style>
border-color css
<style>
span { border-color: #53BFC9; }
span { border-color: rgb(83,191,201); }
td.TdClassName
{
border-color: #53BFC9;
}
.TagClassName
{
border-color: #53BFC9;
}
</style>