Shades of Viking #57BFBE
Tints of Viking #57BFBE
RGB
CMYK
RGB Variations
Color information
#57BFBE (or 0x57BFBE) is known color: Viking. HEX triplet: 57, BF and BE. RGB value is (87,191,190). Sum of RGB (Red+Green+Blue) = 87+191+190=468 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.59% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #57BFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BFBE is #A84041. Grayscale: #9F9F9F. Windows color (decimal): -11026498 or 12500823. OLE color: 12500823.
HSL color Cylindrical-coordinate representation of color #57BFBE: hue angle of 179.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57BFBE is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 191 | 190 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.25 |
| HSL | 179.42º | 0.45% | 0.55% | - |
| HSV(B) | 179.42º | 0.54% | 0.75% | - |
| XYZ | 31.86 | 43.01 | 55.34 | - |
| YUV | 159.79 | 145.04 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 190 | 0.54 | 0 | 0.01 | 0.25 | 179.42 | 0.45 | 0.55 |
| Hex | 57 | BF | BE | 36 | 0 | 1 | 19 | B3 | 2D | 37 |
| Octal | 127 | 277 | 276 | 66 | 0 | 1 | 31 | 263 | 55 | 67 |
| Binary | 1010111 | 10111111 | 10111110 | 110110 | 0 | 1 | 11001 | 10110011 | 101101 | 110111 |
Color Harmonies of #57BFBE
Complementary color
Monochromatic Colors of #57BFBE
Black with #57BFBE
Text Example
Text Example
White with #57BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BFBE; }
p { color: rgb(87,191,190); }
H1.HeaderClassName
{
color: #57BFBE;
}
.AnyTagClassName
{
color: #57BFBE;
}
</style>
background-color css
<style>
a { background-color: #57BFBE; }
a { background-color: rgb(87,191,190); }
div.DivClassName
{
background-color: #57BFBE;
}
.BgClassName
{
background-color: #57BFBE;
}
</style>
border-color css
<style>
span { border-color: #57BFBE; }
span { border-color: rgb(87,191,190); }
td.TdClassName
{
border-color: #57BFBE;
}
.TagClassName
{
border-color: #57BFBE;
}
</style>