Shades of Viking #57A9CA
Tints of Viking #57A9CA
RGB
CMYK
RGB Variations
Color information
#57A9CA (or 0x57A9CA) is known color: Viking. HEX triplet: 57, A9 and CA. RGB value is (87,169,202). Sum of RGB (Red+Green+Blue) = 87+169+202=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #57A9CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A9CA is #A85635. Grayscale: #949494. Windows color (decimal): -11032118 or 13281623. OLE color: 13281623.
HSL color Cylindrical-coordinate representation of color #57A9CA: hue angle of 197.22º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57A9CA is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 169 | 202 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.21 |
| HSL | 197.22º | 0.52% | 0.57% | - |
| HSV(B) | 197.22º | 0.57% | 0.79% | - |
| XYZ | 28.78 | 34.67 | 61.05 | - |
| YUV | 148.24 | 158.33 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 169 | 202 | 0.57 | 0.16 | 0 | 0.21 | 197.22 | 0.52 | 0.57 |
| Hex | 57 | A9 | CA | 39 | 10 | 0 | 15 | C5 | 34 | 39 |
| Octal | 127 | 251 | 312 | 71 | 20 | 0 | 25 | 305 | 64 | 71 |
| Binary | 1010111 | 10101001 | 11001010 | 111001 | 10000 | 0 | 10101 | 11000101 | 110100 | 111001 |
Color Harmonies of #57A9CA
Complementary color
Monochromatic Colors of #57A9CA
Black with #57A9CA
Text Example
Text Example
White with #57A9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A9CA; }
p { color: rgb(87,169,202); }
H1.HeaderClassName
{
color: #57A9CA;
}
.AnyTagClassName
{
color: #57A9CA;
}
</style>
background-color css
<style>
a { background-color: #57A9CA; }
a { background-color: rgb(87,169,202); }
div.DivClassName
{
background-color: #57A9CA;
}
.BgClassName
{
background-color: #57A9CA;
}
</style>
border-color css
<style>
span { border-color: #57A9CA; }
span { border-color: rgb(87,169,202); }
td.TdClassName
{
border-color: #57A9CA;
}
.TagClassName
{
border-color: #57A9CA;
}
</style>