Shades of Viking #53BFC5
Tints of Viking #53BFC5
RGB
CMYK
RGB Variations
Color information
#53BFC5 (or 0x53BFC5) is known color: Viking. HEX triplet: 53, BF and C5. RGB value is (83,191,197). Sum of RGB (Red+Green+Blue) = 83+191+197=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #53BFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFC5 is #AC403A. Grayscale: #9F9F9F. Windows color (decimal): -11288635 or 12959571. OLE color: 12959571.
HSL color Cylindrical-coordinate representation of color #53BFC5: hue angle of 183.16º 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 #53BFC5 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 191 | 197 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.23 |
| HSL | 183.16º | 0.5% | 0.55% | - |
| HSV(B) | 183.16º | 0.58% | 0.77% | - |
| XYZ | 32.28 | 43.13 | 59.45 | - |
| YUV | 159.39 | 149.22 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 197 | 0.58 | 0.03 | 0 | 0.23 | 183.16 | 0.5 | 0.55 |
| Hex | 53 | BF | C5 | 3A | 3 | 0 | 17 | B7 | 32 | 37 |
| Octal | 123 | 277 | 305 | 72 | 3 | 0 | 27 | 267 | 62 | 67 |
| Binary | 1010011 | 10111111 | 11000101 | 111010 | 11 | 0 | 10111 | 10110111 | 110010 | 110111 |
Color Harmonies of #53BFC5
Complementary color
Monochromatic Colors of #53BFC5
Black with #53BFC5
Text Example
Text Example
White with #53BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFC5; }
p { color: rgb(83,191,197); }
H1.HeaderClassName
{
color: #53BFC5;
}
.AnyTagClassName
{
color: #53BFC5;
}
</style>
background-color css
<style>
a { background-color: #53BFC5; }
a { background-color: rgb(83,191,197); }
div.DivClassName
{
background-color: #53BFC5;
}
.BgClassName
{
background-color: #53BFC5;
}
</style>
border-color css
<style>
span { border-color: #53BFC5; }
span { border-color: rgb(83,191,197); }
td.TdClassName
{
border-color: #53BFC5;
}
.TagClassName
{
border-color: #53BFC5;
}
</style>