Shades of Viking #5DAFCA
Tints of Viking #5DAFCA
RGB
CMYK
RGB Variations
Color information
#5DAFCA (or 0x5DAFCA) is known color: Viking. HEX triplet: 5D, AF and CA. RGB value is (93,175,202). Sum of RGB (Red+Green+Blue) = 93+175+202=470 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.79% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #5DAFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAFCA is #A25035. Grayscale: #999999. Windows color (decimal): -10637366 or 13283165. OLE color: 13283165.
HSL color Cylindrical-coordinate representation of color #5DAFCA: hue angle of 194.86º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DAFCA is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 175 | 202 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.21 |
| HSL | 194.86º | 0.51% | 0.58% | - |
| HSV(B) | 194.86º | 0.54% | 0.79% | - |
| XYZ | 30.5 | 37.25 | 61.46 | - |
| YUV | 153.56 | 155.33 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 202 | 0.54 | 0.13 | 0 | 0.21 | 194.86 | 0.51 | 0.58 |
| Hex | 5D | AF | CA | 36 | D | 0 | 15 | C3 | 33 | 3A |
| Octal | 135 | 257 | 312 | 66 | 15 | 0 | 25 | 303 | 63 | 72 |
| Binary | 1011101 | 10101111 | 11001010 | 110110 | 1101 | 0 | 10101 | 11000011 | 110011 | 111010 |
Color Harmonies of #5DAFCA
Complementary color
Monochromatic Colors of #5DAFCA
Black with #5DAFCA
Text Example
Text Example
White with #5DAFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAFCA; }
p { color: rgb(93,175,202); }
H1.HeaderClassName
{
color: #5DAFCA;
}
.AnyTagClassName
{
color: #5DAFCA;
}
</style>
background-color css
<style>
a { background-color: #5DAFCA; }
a { background-color: rgb(93,175,202); }
div.DivClassName
{
background-color: #5DAFCA;
}
.BgClassName
{
background-color: #5DAFCA;
}
</style>
border-color css
<style>
span { border-color: #5DAFCA; }
span { border-color: rgb(93,175,202); }
td.TdClassName
{
border-color: #5DAFCA;
}
.TagClassName
{
border-color: #5DAFCA;
}
</style>