Shades of Viking #53ADCB
Tints of Viking #53ADCB
RGB
CMYK
RGB Variations
Color information
#53ADCB (or 0x53ADCB) is known color: Viking. HEX triplet: 53, AD and CB. RGB value is (83,173,203). Sum of RGB (Red+Green+Blue) = 83+173+203=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #53ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADCB is #AC5234. Grayscale: #959595. Windows color (decimal): -11293237 or 13348179. OLE color: 13348179.
HSL color Cylindrical-coordinate representation of color #53ADCB: hue angle of 195º 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 #53ADCB is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 173 | 203 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.20 |
| HSL | 195º | 0.54% | 0.56% | - |
| HSV(B) | 195º | 0.59% | 0.8% | - |
| XYZ | 29.29 | 36.04 | 61.91 | - |
| YUV | 149.51 | 158.18 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 203 | 0.59 | 0.15 | 0 | 0.20 | 195 | 0.54 | 0.56 |
| Hex | 53 | AD | CB | 3B | F | 0 | 14 | C3 | 36 | 38 |
| Octal | 123 | 255 | 313 | 73 | 17 | 0 | 24 | 303 | 66 | 70 |
| Binary | 1010011 | 10101101 | 11001011 | 111011 | 1111 | 0 | 10100 | 11000011 | 110110 | 111000 |
Color Harmonies of #53ADCB
Complementary color
Monochromatic Colors of #53ADCB
Black with #53ADCB
Text Example
Text Example
White with #53ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ADCB; }
p { color: rgb(83,173,203); }
H1.HeaderClassName
{
color: #53ADCB;
}
.AnyTagClassName
{
color: #53ADCB;
}
</style>
background-color css
<style>
a { background-color: #53ADCB; }
a { background-color: rgb(83,173,203); }
div.DivClassName
{
background-color: #53ADCB;
}
.BgClassName
{
background-color: #53ADCB;
}
</style>
border-color css
<style>
span { border-color: #53ADCB; }
span { border-color: rgb(83,173,203); }
td.TdClassName
{
border-color: #53ADCB;
}
.TagClassName
{
border-color: #53ADCB;
}
</style>