Shades of Viking #53BBC4
Tints of Viking #53BBC4
RGB
CMYK
RGB Variations
Color information
#53BBC4 (or 0x53BBC4) is known color: Viking. HEX triplet: 53, BB and C4. RGB value is (83,187,196). Sum of RGB (Red+Green+Blue) = 83+187+196=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #53BBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBC4 is #AC443B. Grayscale: #9C9C9C. Windows color (decimal): -11289660 or 12893011. OLE color: 12893011.
HSL color Cylindrical-coordinate representation of color #53BBC4: hue angle of 184.78º degrees, saturation: 0.49, 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 #53BBC4 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 187 | 196 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.23 |
| HSL | 184.78º | 0.49% | 0.55% | - |
| HSV(B) | 184.78º | 0.58% | 0.77% | - |
| XYZ | 31.3 | 41.37 | 58.56 | - |
| YUV | 156.93 | 150.04 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 196 | 0.58 | 0.05 | 0 | 0.23 | 184.78 | 0.49 | 0.55 |
| Hex | 53 | BB | C4 | 3A | 5 | 0 | 17 | B9 | 31 | 37 |
| Octal | 123 | 273 | 304 | 72 | 5 | 0 | 27 | 271 | 61 | 67 |
| Binary | 1010011 | 10111011 | 11000100 | 111010 | 101 | 0 | 10111 | 10111001 | 110001 | 110111 |
Color Harmonies of #53BBC4
Complementary color
Monochromatic Colors of #53BBC4
Black with #53BBC4
Text Example
Text Example
White with #53BBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBC4; }
p { color: rgb(83,187,196); }
H1.HeaderClassName
{
color: #53BBC4;
}
.AnyTagClassName
{
color: #53BBC4;
}
</style>
background-color css
<style>
a { background-color: #53BBC4; }
a { background-color: rgb(83,187,196); }
div.DivClassName
{
background-color: #53BBC4;
}
.BgClassName
{
background-color: #53BBC4;
}
</style>
border-color css
<style>
span { border-color: #53BBC4; }
span { border-color: rgb(83,187,196); }
td.TdClassName
{
border-color: #53BBC4;
}
.TagClassName
{
border-color: #53BBC4;
}
</style>