Shades of Viking #57AFC8
Tints of Viking #57AFC8
RGB
CMYK
RGB Variations
Color information
#57AFC8 (or 0x57AFC8) is known color: Viking. HEX triplet: 57, AF and C8. RGB value is (87,175,200). Sum of RGB (Red+Green+Blue) = 87+175+200=462 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.83% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 200 - color contains mainly: blue. Hex color #57AFC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFC8 is #A85037. Grayscale: #979797. Windows color (decimal): -11030584 or 13152087. OLE color: 13152087.
HSL color Cylindrical-coordinate representation of color #57AFC8: hue angle of 193.27º 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 #57AFC8 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 175 | 200 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.22 |
| HSL | 193.27º | 0.51% | 0.56% | - |
| HSV(B) | 193.27º | 0.57% | 0.78% | - |
| XYZ | 29.69 | 36.86 | 60.19 | - |
| YUV | 151.54 | 155.35 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 200 | 0.56 | 0.12 | 0 | 0.22 | 193.27 | 0.51 | 0.56 |
| Hex | 57 | AF | C8 | 38 | C | 0 | 16 | C1 | 33 | 38 |
| Octal | 127 | 257 | 310 | 70 | 14 | 0 | 26 | 301 | 63 | 70 |
| Binary | 1010111 | 10101111 | 11001000 | 111000 | 1100 | 0 | 10110 | 11000001 | 110011 | 111000 |
Color Harmonies of #57AFC8
Complementary color
Monochromatic Colors of #57AFC8
Black with #57AFC8
Text Example
Text Example
White with #57AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AFC8; }
p { color: rgb(87,175,200); }
H1.HeaderClassName
{
color: #57AFC8;
}
.AnyTagClassName
{
color: #57AFC8;
}
</style>
background-color css
<style>
a { background-color: #57AFC8; }
a { background-color: rgb(87,175,200); }
div.DivClassName
{
background-color: #57AFC8;
}
.BgClassName
{
background-color: #57AFC8;
}
</style>
border-color css
<style>
span { border-color: #57AFC8; }
span { border-color: rgb(87,175,200); }
td.TdClassName
{
border-color: #57AFC8;
}
.TagClassName
{
border-color: #57AFC8;
}
</style>