Shades of Viking #5DADC1
Tints of Viking #5DADC1
RGB
CMYK
RGB Variations
Color information
#5DADC1 (or 0x5DADC1) is known color: Viking. HEX triplet: 5D, AD and C1. RGB value is (93,173,193). Sum of RGB (Red+Green+Blue) = 93+173+193=459 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.26% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #5DADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADC1 is #A2523E. Grayscale: #979797. Windows color (decimal): -10637887 or 12692829. OLE color: 12692829.
HSL color Cylindrical-coordinate representation of color #5DADC1: hue angle of 192º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DADC1 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 173 | 193 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.24 |
| HSL | 192º | 0.45% | 0.56% | - |
| HSV(B) | 192º | 0.52% | 0.76% | - |
| XYZ | 29.08 | 36.06 | 55.88 | - |
| YUV | 151.36 | 151.5 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 193 | 0.52 | 0.10 | 0 | 0.24 | 192 | 0.45 | 0.56 |
| Hex | 5D | AD | C1 | 34 | A | 0 | 18 | C0 | 2D | 38 |
| Octal | 135 | 255 | 301 | 64 | 12 | 0 | 30 | 300 | 55 | 70 |
| Binary | 1011101 | 10101101 | 11000001 | 110100 | 1010 | 0 | 11000 | 11000000 | 101101 | 111000 |
Color Harmonies of #5DADC1
Complementary color
Monochromatic Colors of #5DADC1
Black with #5DADC1
Text Example
Text Example
White with #5DADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADC1; }
p { color: rgb(93,173,193); }
H1.HeaderClassName
{
color: #5DADC1;
}
.AnyTagClassName
{
color: #5DADC1;
}
</style>
background-color css
<style>
a { background-color: #5DADC1; }
a { background-color: rgb(93,173,193); }
div.DivClassName
{
background-color: #5DADC1;
}
.BgClassName
{
background-color: #5DADC1;
}
</style>
border-color css
<style>
span { border-color: #5DADC1; }
span { border-color: rgb(93,173,193); }
td.TdClassName
{
border-color: #5DADC1;
}
.TagClassName
{
border-color: #5DADC1;
}
</style>