Shades of Viking #53B2CC
Tints of Viking #53B2CC
RGB
CMYK
RGB Variations
Color information
#53B2CC (or 0x53B2CC) is known color: Viking. HEX triplet: 53, B2 and CC. RGB value is (83,178,204). Sum of RGB (Red+Green+Blue) = 83+178+204=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #53B2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B2CC is #AC4D33. Grayscale: #989898. Windows color (decimal): -11291956 or 13414995. OLE color: 13414995.
HSL color Cylindrical-coordinate representation of color #53B2CC: hue angle of 192.89º 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 #53B2CC is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 178 | 204 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.2 |
| HSL | 192.89º | 0.54% | 0.56% | - |
| HSV(B) | 192.89º | 0.59% | 0.8% | - |
| XYZ | 30.39 | 38.04 | 62.87 | - |
| YUV | 152.56 | 157.03 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 178 | 204 | 0.59 | 0.13 | 0 | 0.2 | 192.89 | 0.54 | 0.56 |
| Hex | 53 | B2 | CC | 3B | D | 0 | 14 | C1 | 36 | 38 |
| Octal | 123 | 262 | 314 | 73 | 15 | 0 | 24 | 301 | 66 | 70 |
| Binary | 1010011 | 10110010 | 11001100 | 111011 | 1101 | 0 | 10100 | 11000001 | 110110 | 111000 |
Color Harmonies of #53B2CC
Complementary color
Monochromatic Colors of #53B2CC
Black with #53B2CC
Text Example
Text Example
White with #53B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B2CC; }
p { color: rgb(83,178,204); }
H1.HeaderClassName
{
color: #53B2CC;
}
.AnyTagClassName
{
color: #53B2CC;
}
</style>
background-color css
<style>
a { background-color: #53B2CC; }
a { background-color: rgb(83,178,204); }
div.DivClassName
{
background-color: #53B2CC;
}
.BgClassName
{
background-color: #53B2CC;
}
</style>
border-color css
<style>
span { border-color: #53B2CC; }
span { border-color: rgb(83,178,204); }
td.TdClassName
{
border-color: #53B2CC;
}
.TagClassName
{
border-color: #53B2CC;
}
</style>