Shades of Viking #57A8C1
Tints of Viking #57A8C1
RGB
CMYK
RGB Variations
Color information
#57A8C1 (or 0x57A8C1) is known color: Viking. HEX triplet: 57, A8 and C1. RGB value is (87,168,193). Sum of RGB (Red+Green+Blue) = 87+168+193=448 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.42% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #57A8C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A8C1 is #A8573E. Grayscale: #929292. Windows color (decimal): -11032383 or 12691543. OLE color: 12691543.
HSL color Cylindrical-coordinate representation of color #57A8C1: hue angle of 194.15º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57A8C1 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 168 | 193 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.24 |
| HSL | 194.15º | 0.46% | 0.55% | - |
| HSV(B) | 194.15º | 0.55% | 0.76% | - |
| XYZ | 27.56 | 33.88 | 55.54 | - |
| YUV | 146.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 168 | 193 | 0.55 | 0.13 | 0 | 0.24 | 194.15 | 0.46 | 0.55 |
| Hex | 57 | A8 | C1 | 37 | D | 0 | 18 | C2 | 2E | 37 |
| Octal | 127 | 250 | 301 | 67 | 15 | 0 | 30 | 302 | 56 | 67 |
| Binary | 1010111 | 10101000 | 11000001 | 110111 | 1101 | 0 | 11000 | 11000010 | 101110 | 110111 |
Color Harmonies of #57A8C1
Complementary color
Monochromatic Colors of #57A8C1
Black with #57A8C1
Text Example
Text Example
White with #57A8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A8C1; }
p { color: rgb(87,168,193); }
H1.HeaderClassName
{
color: #57A8C1;
}
.AnyTagClassName
{
color: #57A8C1;
}
</style>
background-color css
<style>
a { background-color: #57A8C1; }
a { background-color: rgb(87,168,193); }
div.DivClassName
{
background-color: #57A8C1;
}
.BgClassName
{
background-color: #57A8C1;
}
</style>
border-color css
<style>
span { border-color: #57A8C1; }
span { border-color: rgb(87,168,193); }
td.TdClassName
{
border-color: #57A8C1;
}
.TagClassName
{
border-color: #57A8C1;
}
</style>