Shades of Viking #57BFC2
Tints of Viking #57BFC2
RGB
CMYK
RGB Variations
Color information
#57BFC2 (or 0x57BFC2) is known color: Viking. HEX triplet: 57, BF and C2. RGB value is (87,191,194). Sum of RGB (Red+Green+Blue) = 87+191+194=472 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.43% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #57BFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFC2 is #A8403D. Grayscale: #A0A0A0. Windows color (decimal): -11026494 or 12762967. OLE color: 12762967.
HSL color Cylindrical-coordinate representation of color #57BFC2: hue angle of 181.68º 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 #57BFC2 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 191 | 194 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.24 |
| HSL | 181.68º | 0.47% | 0.55% | - |
| HSV(B) | 181.68º | 0.55% | 0.76% | - |
| XYZ | 32.3 | 43.18 | 57.67 | - |
| YUV | 160.25 | 147.04 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 194 | 0.55 | 0.02 | 0 | 0.24 | 181.68 | 0.47 | 0.55 |
| Hex | 57 | BF | C2 | 37 | 2 | 0 | 18 | B6 | 2F | 37 |
| Octal | 127 | 277 | 302 | 67 | 2 | 0 | 30 | 266 | 57 | 67 |
| Binary | 1010111 | 10111111 | 11000010 | 110111 | 10 | 0 | 11000 | 10110110 | 101111 | 110111 |
Color Harmonies of #57BFC2
Complementary color
Monochromatic Colors of #57BFC2
Black with #57BFC2
Text Example
Text Example
White with #57BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFC2; }
p { color: rgb(87,191,194); }
H1.HeaderClassName
{
color: #57BFC2;
}
.AnyTagClassName
{
color: #57BFC2;
}
</style>
background-color css
<style>
a { background-color: #57BFC2; }
a { background-color: rgb(87,191,194); }
div.DivClassName
{
background-color: #57BFC2;
}
.BgClassName
{
background-color: #57BFC2;
}
</style>
border-color css
<style>
span { border-color: #57BFC2; }
span { border-color: rgb(87,191,194); }
td.TdClassName
{
border-color: #57BFC2;
}
.TagClassName
{
border-color: #57BFC2;
}
</style>