Shades of Viking #53B0CE
Tints of Viking #53B0CE
RGB
CMYK
RGB Variations
Color information
#53B0CE (or 0x53B0CE) is known color: Viking. HEX triplet: 53, B0 and CE. RGB value is (83,176,206). Sum of RGB (Red+Green+Blue) = 83+176+206=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #53B0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B0CE is #AC4F31. Grayscale: #979797. Windows color (decimal): -11292466 or 13545555. OLE color: 13545555.
HSL color Cylindrical-coordinate representation of color #53B0CE: hue angle of 194.63º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53B0CE is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 176 | 206 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.19 |
| HSL | 194.63º | 0.56% | 0.57% | - |
| HSV(B) | 194.63º | 0.6% | 0.81% | - |
| XYZ | 30.23 | 37.35 | 64.01 | - |
| YUV | 151.61 | 158.69 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 176 | 206 | 0.60 | 0.15 | 0 | 0.19 | 194.63 | 0.56 | 0.57 |
| Hex | 53 | B0 | CE | 3C | F | 0 | 13 | C3 | 38 | 39 |
| Octal | 123 | 260 | 316 | 74 | 17 | 0 | 23 | 303 | 70 | 71 |
| Binary | 1010011 | 10110000 | 11001110 | 111100 | 1111 | 0 | 10011 | 11000011 | 111000 | 111001 |
Color Harmonies of #53B0CE
Complementary color
Monochromatic Colors of #53B0CE
Black with #53B0CE
Text Example
Text Example
White with #53B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B0CE; }
p { color: rgb(83,176,206); }
H1.HeaderClassName
{
color: #53B0CE;
}
.AnyTagClassName
{
color: #53B0CE;
}
</style>
background-color css
<style>
a { background-color: #53B0CE; }
a { background-color: rgb(83,176,206); }
div.DivClassName
{
background-color: #53B0CE;
}
.BgClassName
{
background-color: #53B0CE;
}
</style>
border-color css
<style>
span { border-color: #53B0CE; }
span { border-color: rgb(83,176,206); }
td.TdClassName
{
border-color: #53B0CE;
}
.TagClassName
{
border-color: #53B0CE;
}
</style>