Shades of Viking #5DAFC0
Tints of Viking #5DAFC0
RGB
CMYK
RGB Variations
Color information
#5DAFC0 (or 0x5DAFC0) is known color: Viking. HEX triplet: 5D, AF and C0. RGB value is (93,175,192). Sum of RGB (Red+Green+Blue) = 93+175+192=460 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.22% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #5DAFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAFC0 is #A2503F. Grayscale: #989898. Windows color (decimal): -10637376 or 12627805. OLE color: 12627805.
HSL color Cylindrical-coordinate representation of color #5DAFC0: hue angle of 190.3º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DAFC0 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 175 | 192 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.25 |
| HSL | 190.3º | 0.44% | 0.56% | - |
| HSV(B) | 190.3º | 0.52% | 0.75% | - |
| XYZ | 29.36 | 36.79 | 55.42 | - |
| YUV | 152.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 192 | 0.52 | 0.09 | 0 | 0.25 | 190.3 | 0.44 | 0.56 |
| Hex | 5D | AF | C0 | 34 | 9 | 0 | 19 | BE | 2C | 38 |
| Octal | 135 | 257 | 300 | 64 | 11 | 0 | 31 | 276 | 54 | 70 |
| Binary | 1011101 | 10101111 | 11000000 | 110100 | 1001 | 0 | 11001 | 10111110 | 101100 | 111000 |
Color Harmonies of #5DAFC0
Complementary color
Monochromatic Colors of #5DAFC0
Black with #5DAFC0
Text Example
Text Example
White with #5DAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAFC0; }
p { color: rgb(93,175,192); }
H1.HeaderClassName
{
color: #5DAFC0;
}
.AnyTagClassName
{
color: #5DAFC0;
}
</style>
background-color css
<style>
a { background-color: #5DAFC0; }
a { background-color: rgb(93,175,192); }
div.DivClassName
{
background-color: #5DAFC0;
}
.BgClassName
{
background-color: #5DAFC0;
}
</style>
border-color css
<style>
span { border-color: #5DAFC0; }
span { border-color: rgb(93,175,192); }
td.TdClassName
{
border-color: #5DAFC0;
}
.TagClassName
{
border-color: #5DAFC0;
}
</style>