Shades of Viking #59AFCD
Tints of Viking #59AFCD
RGB
CMYK
RGB Variations
Color information
#59AFCD (or 0x59AFCD) is known color: Viking. HEX triplet: 59, AF and CD. RGB value is (89,175,205). Sum of RGB (Red+Green+Blue) = 89+175+205=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #59AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AFCD is #A65032. Grayscale: #989898. Windows color (decimal): -10899507 or 13479769. OLE color: 13479769.
HSL color Cylindrical-coordinate representation of color #59AFCD: hue angle of 195.52º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59AFCD is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 175 | 205 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.20 |
| HSL | 195.52º | 0.54% | 0.58% | - |
| HSV(B) | 195.52º | 0.57% | 0.8% | - |
| XYZ | 30.47 | 37.19 | 63.33 | - |
| YUV | 152.71 | 157.51 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 175 | 205 | 0.57 | 0.15 | 0 | 0.20 | 195.52 | 0.54 | 0.58 |
| Hex | 59 | AF | CD | 39 | F | 0 | 14 | C4 | 36 | 3A |
| Octal | 131 | 257 | 315 | 71 | 17 | 0 | 24 | 304 | 66 | 72 |
| Binary | 1011001 | 10101111 | 11001101 | 111001 | 1111 | 0 | 10100 | 11000100 | 110110 | 111010 |
Color Harmonies of #59AFCD
Complementary color
Monochromatic Colors of #59AFCD
Black with #59AFCD
Text Example
Text Example
White with #59AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AFCD; }
p { color: rgb(89,175,205); }
H1.HeaderClassName
{
color: #59AFCD;
}
.AnyTagClassName
{
color: #59AFCD;
}
</style>
background-color css
<style>
a { background-color: #59AFCD; }
a { background-color: rgb(89,175,205); }
div.DivClassName
{
background-color: #59AFCD;
}
.BgClassName
{
background-color: #59AFCD;
}
</style>
border-color css
<style>
span { border-color: #59AFCD; }
span { border-color: rgb(89,175,205); }
td.TdClassName
{
border-color: #59AFCD;
}
.TagClassName
{
border-color: #59AFCD;
}
</style>