Shades of Viking #5DADCB
Tints of Viking #5DADCB
RGB
CMYK
RGB Variations
Color information
#5DADCB (or 0x5DADCB) is known color: Viking. HEX triplet: 5D, AD and CB. RGB value is (93,173,203). Sum of RGB (Red+Green+Blue) = 93+173+203=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #5DADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADCB is #A25234. Grayscale: #989898. Windows color (decimal): -10637877 or 13348189. OLE color: 13348189.
HSL color Cylindrical-coordinate representation of color #5DADCB: hue angle of 196.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DADCB is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 173 | 203 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.20 |
| HSL | 196.36º | 0.51% | 0.58% | - |
| HSV(B) | 196.36º | 0.54% | 0.8% | - |
| XYZ | 30.24 | 36.53 | 61.96 | - |
| YUV | 152.5 | 156.5 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 203 | 0.54 | 0.15 | 0 | 0.20 | 196.36 | 0.51 | 0.58 |
| Hex | 5D | AD | CB | 36 | F | 0 | 14 | C4 | 33 | 3A |
| Octal | 135 | 255 | 313 | 66 | 17 | 0 | 24 | 304 | 63 | 72 |
| Binary | 1011101 | 10101101 | 11001011 | 110110 | 1111 | 0 | 10100 | 11000100 | 110011 | 111010 |
Color Harmonies of #5DADCB
Complementary color
Monochromatic Colors of #5DADCB
Black with #5DADCB
Text Example
Text Example
White with #5DADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADCB; }
p { color: rgb(93,173,203); }
H1.HeaderClassName
{
color: #5DADCB;
}
.AnyTagClassName
{
color: #5DADCB;
}
</style>
background-color css
<style>
a { background-color: #5DADCB; }
a { background-color: rgb(93,173,203); }
div.DivClassName
{
background-color: #5DADCB;
}
.BgClassName
{
background-color: #5DADCB;
}
</style>
border-color css
<style>
span { border-color: #5DADCB; }
span { border-color: rgb(93,173,203); }
td.TdClassName
{
border-color: #5DADCB;
}
.TagClassName
{
border-color: #5DADCB;
}
</style>