Shades of Viking #57BFC7
Tints of Viking #57BFC7
RGB
CMYK
RGB Variations
Color information
#57BFC7 (or 0x57BFC7) is known color: Viking. HEX triplet: 57, BF and C7. RGB value is (87,191,199). Sum of RGB (Red+Green+Blue) = 87+191+199=477 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.24% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 199 - color contains mainly: blue. Hex color #57BFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFC7 is #A84038. Grayscale: #A0A0A0. Windows color (decimal): -11026489 or 13090647. OLE color: 13090647.
HSL color Cylindrical-coordinate representation of color #57BFC7: hue angle of 184.29º degrees, saturation: 0.5, 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 #57BFC7 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 191 | 199 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.22 |
| HSL | 184.29º | 0.5% | 0.56% | - |
| HSV(B) | 184.29º | 0.56% | 0.78% | - |
| XYZ | 32.87 | 43.41 | 60.68 | - |
| YUV | 160.82 | 149.54 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 199 | 0.56 | 0.04 | 0 | 0.22 | 184.29 | 0.5 | 0.56 |
| Hex | 57 | BF | C7 | 38 | 4 | 0 | 16 | B8 | 32 | 38 |
| Octal | 127 | 277 | 307 | 70 | 4 | 0 | 26 | 270 | 62 | 70 |
| Binary | 1010111 | 10111111 | 11000111 | 111000 | 100 | 0 | 10110 | 10111000 | 110010 | 111000 |
Color Harmonies of #57BFC7
Complementary color
Monochromatic Colors of #57BFC7
Black with #57BFC7
Text Example
Text Example
White with #57BFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFC7; }
p { color: rgb(87,191,199); }
H1.HeaderClassName
{
color: #57BFC7;
}
.AnyTagClassName
{
color: #57BFC7;
}
</style>
background-color css
<style>
a { background-color: #57BFC7; }
a { background-color: rgb(87,191,199); }
div.DivClassName
{
background-color: #57BFC7;
}
.BgClassName
{
background-color: #57BFC7;
}
</style>
border-color css
<style>
span { border-color: #57BFC7; }
span { border-color: rgb(87,191,199); }
td.TdClassName
{
border-color: #57BFC7;
}
.TagClassName
{
border-color: #57BFC7;
}
</style>