Shades of Viking #53BDC1
Tints of Viking #53BDC1
RGB
CMYK
RGB Variations
Color information
#53BDC1 (or 0x53BDC1) is known color: Viking. HEX triplet: 53, BD and C1. RGB value is (83,189,193). Sum of RGB (Red+Green+Blue) = 83+189+193=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #53BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDC1 is #AC423E. Grayscale: #9D9D9D. Windows color (decimal): -11289151 or 12696915. OLE color: 12696915.
HSL color Cylindrical-coordinate representation of color #53BDC1: hue angle of 182.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BDC1 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 189 | 193 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.24 |
| HSL | 182.18º | 0.47% | 0.54% | - |
| HSV(B) | 182.18º | 0.57% | 0.76% | - |
| XYZ | 31.39 | 42.08 | 56.92 | - |
| YUV | 157.76 | 147.88 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 193 | 0.57 | 0.02 | 0 | 0.24 | 182.18 | 0.47 | 0.54 |
| Hex | 53 | BD | C1 | 39 | 2 | 0 | 18 | B6 | 2F | 36 |
| Octal | 123 | 275 | 301 | 71 | 2 | 0 | 30 | 266 | 57 | 66 |
| Binary | 1010011 | 10111101 | 11000001 | 111001 | 10 | 0 | 11000 | 10110110 | 101111 | 110110 |
Color Harmonies of #53BDC1
Complementary color
Monochromatic Colors of #53BDC1
Black with #53BDC1
Text Example
Text Example
White with #53BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BDC1; }
p { color: rgb(83,189,193); }
H1.HeaderClassName
{
color: #53BDC1;
}
.AnyTagClassName
{
color: #53BDC1;
}
</style>
background-color css
<style>
a { background-color: #53BDC1; }
a { background-color: rgb(83,189,193); }
div.DivClassName
{
background-color: #53BDC1;
}
.BgClassName
{
background-color: #53BDC1;
}
</style>
border-color css
<style>
span { border-color: #53BDC1; }
span { border-color: rgb(83,189,193); }
td.TdClassName
{
border-color: #53BDC1;
}
.TagClassName
{
border-color: #53BDC1;
}
</style>