Shades of Viking #53AFCB
Tints of Viking #53AFCB
RGB
CMYK
RGB Variations
Color information
#53AFCB (or 0x53AFCB) is known color: Viking. HEX triplet: 53, AF and CB. RGB value is (83,175,203). Sum of RGB (Red+Green+Blue) = 83+175+203=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #53AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AFCB is #AC5034. Grayscale: #969696. Windows color (decimal): -11292725 or 13348691. OLE color: 13348691.
HSL color Cylindrical-coordinate representation of color #53AFCB: hue angle of 194º 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 #53AFCB is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 175 | 203 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.20 |
| HSL | 194º | 0.54% | 0.56% | - |
| HSV(B) | 194º | 0.59% | 0.8% | - |
| XYZ | 29.68 | 36.81 | 62.04 | - |
| YUV | 150.68 | 157.52 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 203 | 0.59 | 0.14 | 0 | 0.20 | 194 | 0.54 | 0.56 |
| Hex | 53 | AF | CB | 3B | E | 0 | 14 | C2 | 36 | 38 |
| Octal | 123 | 257 | 313 | 73 | 16 | 0 | 24 | 302 | 66 | 70 |
| Binary | 1010011 | 10101111 | 11001011 | 111011 | 1110 | 0 | 10100 | 11000010 | 110110 | 111000 |
Color Harmonies of #53AFCB
Complementary color
Monochromatic Colors of #53AFCB
Black with #53AFCB
Text Example
Text Example
White with #53AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AFCB; }
p { color: rgb(83,175,203); }
H1.HeaderClassName
{
color: #53AFCB;
}
.AnyTagClassName
{
color: #53AFCB;
}
</style>
background-color css
<style>
a { background-color: #53AFCB; }
a { background-color: rgb(83,175,203); }
div.DivClassName
{
background-color: #53AFCB;
}
.BgClassName
{
background-color: #53AFCB;
}
</style>
border-color css
<style>
span { border-color: #53AFCB; }
span { border-color: rgb(83,175,203); }
td.TdClassName
{
border-color: #53AFCB;
}
.TagClassName
{
border-color: #53AFCB;
}
</style>