Shades of Viking #53BBC3
Tints of Viking #53BBC3
RGB
CMYK
RGB Variations
Color information
#53BBC3 (or 0x53BBC3) is known color: Viking. HEX triplet: 53, BB and C3. RGB value is (83,187,195). Sum of RGB (Red+Green+Blue) = 83+187+195=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #53BBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBC3 is #AC443C. Grayscale: #9C9C9C. Windows color (decimal): -11289661 or 12827475. OLE color: 12827475.
HSL color Cylindrical-coordinate representation of color #53BBC3: hue angle of 184.29º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BBC3 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 187 | 195 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.24 |
| HSL | 184.29º | 0.48% | 0.55% | - |
| HSV(B) | 184.29º | 0.57% | 0.76% | - |
| XYZ | 31.19 | 41.32 | 57.96 | - |
| YUV | 156.82 | 149.54 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 195 | 0.57 | 0.04 | 0 | 0.24 | 184.29 | 0.48 | 0.55 |
| Hex | 53 | BB | C3 | 39 | 4 | 0 | 18 | B8 | 30 | 37 |
| Octal | 123 | 273 | 303 | 71 | 4 | 0 | 30 | 270 | 60 | 67 |
| Binary | 1010011 | 10111011 | 11000011 | 111001 | 100 | 0 | 11000 | 10111000 | 110000 | 110111 |
Color Harmonies of #53BBC3
Complementary color
Monochromatic Colors of #53BBC3
Black with #53BBC3
Text Example
Text Example
White with #53BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBC3; }
p { color: rgb(83,187,195); }
H1.HeaderClassName
{
color: #53BBC3;
}
.AnyTagClassName
{
color: #53BBC3;
}
</style>
background-color css
<style>
a { background-color: #53BBC3; }
a { background-color: rgb(83,187,195); }
div.DivClassName
{
background-color: #53BBC3;
}
.BgClassName
{
background-color: #53BBC3;
}
</style>
border-color css
<style>
span { border-color: #53BBC3; }
span { border-color: rgb(83,187,195); }
td.TdClassName
{
border-color: #53BBC3;
}
.TagClassName
{
border-color: #53BBC3;
}
</style>