Shades of Viking #57AAC8
Tints of Viking #57AAC8
RGB
CMYK
RGB Variations
Color information
#57AAC8 (or 0x57AAC8) is known color: Viking. HEX triplet: 57, AA and C8. RGB value is (87,170,200). Sum of RGB (Red+Green+Blue) = 87+170+200=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #57AAC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AAC8 is #A85537. Grayscale: #949494. Windows color (decimal): -11031864 or 13150807. OLE color: 13150807.
HSL color Cylindrical-coordinate representation of color #57AAC8: hue angle of 195.93º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57AAC8 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 170 | 200 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.22 |
| HSL | 195.93º | 0.51% | 0.56% | - |
| HSV(B) | 195.93º | 0.57% | 0.78% | - |
| XYZ | 28.73 | 34.95 | 59.87 | - |
| YUV | 148.6 | 157 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 170 | 200 | 0.56 | 0.15 | 0 | 0.22 | 195.93 | 0.51 | 0.56 |
| Hex | 57 | AA | C8 | 38 | F | 0 | 16 | C4 | 33 | 38 |
| Octal | 127 | 252 | 310 | 70 | 17 | 0 | 26 | 304 | 63 | 70 |
| Binary | 1010111 | 10101010 | 11001000 | 111000 | 1111 | 0 | 10110 | 11000100 | 110011 | 111000 |
Color Harmonies of #57AAC8
Complementary color
Monochromatic Colors of #57AAC8
Black with #57AAC8
Text Example
Text Example
White with #57AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AAC8; }
p { color: rgb(87,170,200); }
H1.HeaderClassName
{
color: #57AAC8;
}
.AnyTagClassName
{
color: #57AAC8;
}
</style>
background-color css
<style>
a { background-color: #57AAC8; }
a { background-color: rgb(87,170,200); }
div.DivClassName
{
background-color: #57AAC8;
}
.BgClassName
{
background-color: #57AAC8;
}
</style>
border-color css
<style>
span { border-color: #57AAC8; }
span { border-color: rgb(87,170,200); }
td.TdClassName
{
border-color: #57AAC8;
}
.TagClassName
{
border-color: #57AAC8;
}
</style>