Shades of Viking #5DAECC
Tints of Viking #5DAECC
RGB
CMYK
RGB Variations
Color information
#5DAECC (or 0x5DAECC) is known color: Viking. HEX triplet: 5D, AE and CC. RGB value is (93,174,204). Sum of RGB (Red+Green+Blue) = 93+174+204=471 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.75% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAECC is #A25133. Grayscale: #999999. Windows color (decimal): -10637620 or 13413981. OLE color: 13413981.
HSL color Cylindrical-coordinate representation of color #5DAECC: hue angle of 196.22º degrees, saturation: 0.52, 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 #5DAECC is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 174 | 204 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.2 |
| HSL | 196.22º | 0.52% | 0.58% | - |
| HSV(B) | 196.22º | 0.54% | 0.8% | - |
| XYZ | 30.55 | 36.96 | 62.65 | - |
| YUV | 153.2 | 156.66 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 204 | 0.54 | 0.15 | 0 | 0.2 | 196.22 | 0.52 | 0.58 |
| Hex | 5D | AE | CC | 36 | F | 0 | 14 | C4 | 34 | 3A |
| Octal | 135 | 256 | 314 | 66 | 17 | 0 | 24 | 304 | 64 | 72 |
| Binary | 1011101 | 10101110 | 11001100 | 110110 | 1111 | 0 | 10100 | 11000100 | 110100 | 111010 |
Color Harmonies of #5DAECC
Complementary color
Monochromatic Colors of #5DAECC
Black with #5DAECC
Text Example
Text Example
White with #5DAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAECC; }
p { color: rgb(93,174,204); }
H1.HeaderClassName
{
color: #5DAECC;
}
.AnyTagClassName
{
color: #5DAECC;
}
</style>
background-color css
<style>
a { background-color: #5DAECC; }
a { background-color: rgb(93,174,204); }
div.DivClassName
{
background-color: #5DAECC;
}
.BgClassName
{
background-color: #5DAECC;
}
</style>
border-color css
<style>
span { border-color: #5DAECC; }
span { border-color: rgb(93,174,204); }
td.TdClassName
{
border-color: #5DAECC;
}
.TagClassName
{
border-color: #5DAECC;
}
</style>