Shades of Viking #53BEC6
Tints of Viking #53BEC6
RGB
CMYK
RGB Variations
Color information
#53BEC6 (or 0x53BEC6) is known color: Viking. HEX triplet: 53, BE and C6. RGB value is (83,190,198). Sum of RGB (Red+Green+Blue) = 83+190+198=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #53BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BEC6 is #AC4139. Grayscale: #9E9E9E. Windows color (decimal): -11288890 or 13024851. OLE color: 13024851.
HSL color Cylindrical-coordinate representation of color #53BEC6: hue angle of 184.17º degrees, saturation: 0.5, 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 #53BEC6 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 190 | 198 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.22 |
| HSL | 184.17º | 0.5% | 0.55% | - |
| HSV(B) | 184.17º | 0.58% | 0.78% | - |
| XYZ | 32.17 | 42.74 | 59.98 | - |
| YUV | 158.92 | 150.05 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 190 | 198 | 0.58 | 0.04 | 0 | 0.22 | 184.17 | 0.5 | 0.55 |
| Hex | 53 | BE | C6 | 3A | 4 | 0 | 16 | B8 | 32 | 37 |
| Octal | 123 | 276 | 306 | 72 | 4 | 0 | 26 | 270 | 62 | 67 |
| Binary | 1010011 | 10111110 | 11000110 | 111010 | 100 | 0 | 10110 | 10111000 | 110010 | 110111 |
Color Harmonies of #53BEC6
Complementary color
Monochromatic Colors of #53BEC6
Black with #53BEC6
Text Example
Text Example
White with #53BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BEC6; }
p { color: rgb(83,190,198); }
H1.HeaderClassName
{
color: #53BEC6;
}
.AnyTagClassName
{
color: #53BEC6;
}
</style>
background-color css
<style>
a { background-color: #53BEC6; }
a { background-color: rgb(83,190,198); }
div.DivClassName
{
background-color: #53BEC6;
}
.BgClassName
{
background-color: #53BEC6;
}
</style>
border-color css
<style>
span { border-color: #53BEC6; }
span { border-color: rgb(83,190,198); }
td.TdClassName
{
border-color: #53BEC6;
}
.TagClassName
{
border-color: #53BEC6;
}
</style>