Shades of Viking #53BCC1
Tints of Viking #53BCC1
RGB
CMYK
RGB Variations
Color information
#53BCC1 (or 0x53BCC1) is known color: Viking. HEX triplet: 53, BC and C1. RGB value is (83,188,193). Sum of RGB (Red+Green+Blue) = 83+188+193=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #53BCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BCC1 is #AC433E. Grayscale: #9D9D9D. Windows color (decimal): -11289407 or 12696659. OLE color: 12696659.
HSL color Cylindrical-coordinate representation of color #53BCC1: hue angle of 182.73º 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 #53BCC1 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 188 | 193 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.24 |
| HSL | 182.73º | 0.47% | 0.54% | - |
| HSV(B) | 182.73º | 0.57% | 0.76% | - |
| XYZ | 31.18 | 41.66 | 56.85 | - |
| YUV | 157.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 193 | 0.57 | 0.03 | 0 | 0.24 | 182.73 | 0.47 | 0.54 |
| Hex | 53 | BC | C1 | 39 | 3 | 0 | 18 | B7 | 2F | 36 |
| Octal | 123 | 274 | 301 | 71 | 3 | 0 | 30 | 267 | 57 | 66 |
| Binary | 1010011 | 10111100 | 11000001 | 111001 | 11 | 0 | 11000 | 10110111 | 101111 | 110110 |
Color Harmonies of #53BCC1
Complementary color
Monochromatic Colors of #53BCC1
Black with #53BCC1
Text Example
Text Example
White with #53BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BCC1; }
p { color: rgb(83,188,193); }
H1.HeaderClassName
{
color: #53BCC1;
}
.AnyTagClassName
{
color: #53BCC1;
}
</style>
background-color css
<style>
a { background-color: #53BCC1; }
a { background-color: rgb(83,188,193); }
div.DivClassName
{
background-color: #53BCC1;
}
.BgClassName
{
background-color: #53BCC1;
}
</style>
border-color css
<style>
span { border-color: #53BCC1; }
span { border-color: rgb(83,188,193); }
td.TdClassName
{
border-color: #53BCC1;
}
.TagClassName
{
border-color: #53BCC1;
}
</style>