Shades of Viking #53B3CB
Tints of Viking #53B3CB
RGB
CMYK
RGB Variations
Color information
#53B3CB (or 0x53B3CB) is known color: Viking. HEX triplet: 53, B3 and CB. RGB value is (83,179,203). Sum of RGB (Red+Green+Blue) = 83+179+203=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #53B3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B3CB is #AC4C34. Grayscale: #989898. Windows color (decimal): -11291701 or 13349715. OLE color: 13349715.
HSL color Cylindrical-coordinate representation of color #53B3CB: hue angle of 192º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53B3CB is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 179 | 203 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.20 |
| HSL | 192º | 0.54% | 0.56% | - |
| HSV(B) | 192º | 0.59% | 0.8% | - |
| XYZ | 30.47 | 38.39 | 62.3 | - |
| YUV | 153.03 | 156.2 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 179 | 203 | 0.59 | 0.12 | 0 | 0.20 | 192 | 0.54 | 0.56 |
| Hex | 53 | B3 | CB | 3B | C | 0 | 14 | C0 | 36 | 38 |
| Octal | 123 | 263 | 313 | 73 | 14 | 0 | 24 | 300 | 66 | 70 |
| Binary | 1010011 | 10110011 | 11001011 | 111011 | 1100 | 0 | 10100 | 11000000 | 110110 | 111000 |
Color Harmonies of #53B3CB
Complementary color
Monochromatic Colors of #53B3CB
Black with #53B3CB
Text Example
Text Example
White with #53B3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B3CB; }
p { color: rgb(83,179,203); }
H1.HeaderClassName
{
color: #53B3CB;
}
.AnyTagClassName
{
color: #53B3CB;
}
</style>
background-color css
<style>
a { background-color: #53B3CB; }
a { background-color: rgb(83,179,203); }
div.DivClassName
{
background-color: #53B3CB;
}
.BgClassName
{
background-color: #53B3CB;
}
</style>
border-color css
<style>
span { border-color: #53B3CB; }
span { border-color: rgb(83,179,203); }
td.TdClassName
{
border-color: #53B3CB;
}
.TagClassName
{
border-color: #53B3CB;
}
</style>