Shades of Viking #57ACC3
Tints of Viking #57ACC3
RGB
CMYK
RGB Variations
Color information
#57ACC3 (or 0x57ACC3) is known color: Viking. HEX triplet: 57, AC and C3. RGB value is (87,172,195). Sum of RGB (Red+Green+Blue) = 87+172+195=454 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.16% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #57ACC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ACC3 is #A8533C. Grayscale: #959595. Windows color (decimal): -11031357 or 12823639. OLE color: 12823639.
HSL color Cylindrical-coordinate representation of color #57ACC3: hue angle of 192.78º degrees, saturation: 0.47, 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 #57ACC3 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 172 | 195 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.24 |
| HSL | 192.78º | 0.47% | 0.55% | - |
| HSV(B) | 192.78º | 0.55% | 0.76% | - |
| XYZ | 28.53 | 35.47 | 56.97 | - |
| YUV | 149.21 | 153.84 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 172 | 195 | 0.55 | 0.12 | 0 | 0.24 | 192.78 | 0.47 | 0.55 |
| Hex | 57 | AC | C3 | 37 | C | 0 | 18 | C1 | 2F | 37 |
| Octal | 127 | 254 | 303 | 67 | 14 | 0 | 30 | 301 | 57 | 67 |
| Binary | 1010111 | 10101100 | 11000011 | 110111 | 1100 | 0 | 11000 | 11000001 | 101111 | 110111 |
Color Harmonies of #57ACC3
Complementary color
Monochromatic Colors of #57ACC3
Black with #57ACC3
Text Example
Text Example
White with #57ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ACC3; }
p { color: rgb(87,172,195); }
H1.HeaderClassName
{
color: #57ACC3;
}
.AnyTagClassName
{
color: #57ACC3;
}
</style>
background-color css
<style>
a { background-color: #57ACC3; }
a { background-color: rgb(87,172,195); }
div.DivClassName
{
background-color: #57ACC3;
}
.BgClassName
{
background-color: #57ACC3;
}
</style>
border-color css
<style>
span { border-color: #57ACC3; }
span { border-color: rgb(87,172,195); }
td.TdClassName
{
border-color: #57ACC3;
}
.TagClassName
{
border-color: #57ACC3;
}
</style>