Shades of Viking #57AFC4
Tints of Viking #57AFC4
RGB
CMYK
RGB Variations
Color information
#57AFC4 (or 0x57AFC4) is known color: Viking. HEX triplet: 57, AF and C4. RGB value is (87,175,196). Sum of RGB (Red+Green+Blue) = 87+175+196=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 196 - color contains mainly: blue. Hex color #57AFC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFC4 is #A8503B. Grayscale: #969696. Windows color (decimal): -11030588 or 12889943. OLE color: 12889943.
HSL color Cylindrical-coordinate representation of color #57AFC4: hue angle of 191.56º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57AFC4 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 175 | 196 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.23 |
| HSL | 191.56º | 0.48% | 0.55% | - |
| HSV(B) | 191.56º | 0.56% | 0.77% | - |
| XYZ | 29.22 | 36.67 | 57.76 | - |
| YUV | 151.08 | 153.35 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 175 | 196 | 0.56 | 0.11 | 0 | 0.23 | 191.56 | 0.48 | 0.55 |
| Hex | 57 | AF | C4 | 38 | B | 0 | 17 | C0 | 30 | 37 |
| Octal | 127 | 257 | 304 | 70 | 13 | 0 | 27 | 300 | 60 | 67 |
| Binary | 1010111 | 10101111 | 11000100 | 111000 | 1011 | 0 | 10111 | 11000000 | 110000 | 110111 |
Color Harmonies of #57AFC4
Complementary color
Monochromatic Colors of #57AFC4
Black with #57AFC4
Text Example
Text Example
White with #57AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AFC4; }
p { color: rgb(87,175,196); }
H1.HeaderClassName
{
color: #57AFC4;
}
.AnyTagClassName
{
color: #57AFC4;
}
</style>
background-color css
<style>
a { background-color: #57AFC4; }
a { background-color: rgb(87,175,196); }
div.DivClassName
{
background-color: #57AFC4;
}
.BgClassName
{
background-color: #57AFC4;
}
</style>
border-color css
<style>
span { border-color: #57AFC4; }
span { border-color: rgb(87,175,196); }
td.TdClassName
{
border-color: #57AFC4;
}
.TagClassName
{
border-color: #57AFC4;
}
</style>