Shades of Viking #57BFC3
Tints of Viking #57BFC3
RGB
CMYK
RGB Variations
Color information
#57BFC3 (or 0x57BFC3) is known color: Viking. HEX triplet: 57, BF and C3. RGB value is (87,191,195). Sum of RGB (Red+Green+Blue) = 87+191+195=473 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.39% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #57BFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFC3 is #A8403C. Grayscale: #A0A0A0. Windows color (decimal): -11026493 or 12828503. OLE color: 12828503.
HSL color Cylindrical-coordinate representation of color #57BFC3: hue angle of 182.22º 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 #57BFC3 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 191 | 195 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.24 |
| HSL | 182.22º | 0.47% | 0.55% | - |
| HSV(B) | 182.22º | 0.55% | 0.76% | - |
| XYZ | 32.41 | 43.23 | 58.27 | - |
| YUV | 160.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 195 | 0.55 | 0.02 | 0 | 0.24 | 182.22 | 0.47 | 0.55 |
| Hex | 57 | BF | C3 | 37 | 2 | 0 | 18 | B6 | 2F | 37 |
| Octal | 127 | 277 | 303 | 67 | 2 | 0 | 30 | 266 | 57 | 67 |
| Binary | 1010111 | 10111111 | 11000011 | 110111 | 10 | 0 | 11000 | 10110110 | 101111 | 110111 |
Color Harmonies of #57BFC3
Complementary color
Monochromatic Colors of #57BFC3
Black with #57BFC3
Text Example
Text Example
White with #57BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFC3; }
p { color: rgb(87,191,195); }
H1.HeaderClassName
{
color: #57BFC3;
}
.AnyTagClassName
{
color: #57BFC3;
}
</style>
background-color css
<style>
a { background-color: #57BFC3; }
a { background-color: rgb(87,191,195); }
div.DivClassName
{
background-color: #57BFC3;
}
.BgClassName
{
background-color: #57BFC3;
}
</style>
border-color css
<style>
span { border-color: #57BFC3; }
span { border-color: rgb(87,191,195); }
td.TdClassName
{
border-color: #57BFC3;
}
.TagClassName
{
border-color: #57BFC3;
}
</style>